Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
chore: add regex link in field hint
Browse files Browse the repository at this point in the history
  • Loading branch information
pfferrari committed Feb 29, 2024
1 parent fae10da commit 5a336be
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion packages/app/src/components/SkuListForm/SkuListForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,19 @@ export function SkuListForm({
<HookedInputTextArea
name='sku_code_regex'
hint={{
text: 'Use regular expressions for matching SKU codes, such as "AT | BE".'
text: (
<span>
Use{' '}
<a
href='https://regex101.com/'
target='_blank'
rel='noreferrer'
>
regular expressions
</a>{' '}
for matching SKU codes, such as "AT | BE".
</span>
)
}}
/>
</Tab>
Expand Down

0 comments on commit 5a336be

Please sign in to comment.