Linkify urls inside Group note
This commit is contained in:
parent
f27933965f
commit
682a86049e
2 changed files with 2 additions and 1 deletions
|
@ -155,6 +155,7 @@ const GroupHeader: React.FC<IGroupHeader> = ({ group }) => {
|
||||||
theme='muted'
|
theme='muted'
|
||||||
align='center'
|
align='center'
|
||||||
dangerouslySetInnerHTML={{ __html: group.note_emojified }}
|
dangerouslySetInnerHTML={{ __html: group.note_emojified }}
|
||||||
|
className='[&_a]:text-primary-600 [&_a]:hover:underline [&_a]:dark:text-accent-blue'
|
||||||
/>
|
/>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
||||||
|
|
|
@ -56,7 +56,7 @@ const ConfirmationStep: React.FC<IConfirmationStep> = ({ group }) => {
|
||||||
<Text size='2xl' weight='bold' align='center'>{group.display_name}</Text>
|
<Text size='2xl' weight='bold' align='center'>{group.display_name}</Text>
|
||||||
<Text
|
<Text
|
||||||
size='md'
|
size='md'
|
||||||
className='mx-auto max-w-sm'
|
className='mx-auto max-w-sm [&_a]:text-primary-600 [&_a]:hover:underline [&_a]:dark:text-accent-blue'
|
||||||
dangerouslySetInnerHTML={{ __html: group.note_emojified }}
|
dangerouslySetInnerHTML={{ __html: group.note_emojified }}
|
||||||
/>
|
/>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
Loading…
Reference in a new issue