Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 6c89530

Browse files
committed
fix: helper text
1 parent 080e620 commit 6c89530

File tree

1 file changed

+7
-3
lines changed
  • src/features/dashboard/components/AppForm

1 file changed

+7
-3
lines changed

src/features/dashboard/components/AppForm/index.tsx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const AppForm = ({
166166
</div>
167167
<Text
168168
as='p'
169-
type='paragraph-1'
169+
type='paragraph-2'
170170
className={`${styles.helperText} ${styles.formsubHeading}`}
171171
>
172172
Enter 0 if you don&lsquo;t want to earn a markup. Max markup: 3%
@@ -197,10 +197,14 @@ const AppForm = ({
197197
/>
198198
<label htmlFor='app_redirect_uri'>Authorization URL (optional)</label>
199199
</div>
200-
<p className={`${styles.helperText} ${styles.formsubHeading}`}>
200+
<Text
201+
as='p'
202+
type='paragraph-2'
203+
className={`${styles.helperText} ${styles.formsubHeading}`}
204+
>
201205
*Please note that this URL will be used as the OAuth redirect URL for the OAuth
202206
authorization.
203-
</p>
207+
</Text>
204208
{errors && errors?.redirect_uri && (
205209
<span className='error-message'>{errors.redirect_uri?.message}</span>
206210
)}

0 commit comments

Comments
 (0)