We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b6c25 commit 25635e8Copy full SHA for 25635e8
src/shared/components/deposit-popular/deposit-popular.tsx
@@ -29,7 +29,7 @@ const DepositPopular = ({
29
<div className={styles.bank}>{bankName}</div>
30
<div className={styles.product}>{productName}</div>
31
<div className={styles.detail}>
32
- <div className={styles.value}>💡{aiSummary}</div>
+ <div className={styles.value}>💡 {aiSummary}</div>
33
</div>
34
35
);
src/shared/components/savings-popular/savings-popular.tsx
@@ -33,7 +33,7 @@ const SavingsPopular = ({
36
37
38
39
0 commit comments