* change icons to phosphor-icons * feat(ui): change icons to phosphor-icons * feat(ui): change icons to phosphor-icons * feat(ui): correct icon sizes, weights, and colors * feat(ui): change arrow-up-right sizes to 16px
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import { ArrowUpRight } from '@phosphor-icons/react';
|
||||
import Text from '@views/components/common/Text/Text';
|
||||
import clsx from 'clsx';
|
||||
import React from 'react';
|
||||
|
||||
import OutwardArrowIcon from '~icons/material-symbols/arrow-outward';
|
||||
|
||||
type Props = {
|
||||
className?: string;
|
||||
};
|
||||
@@ -61,7 +60,7 @@ export default function ImportantLinks({ className }: Props): JSX.Element {
|
||||
rel='noreferrer'
|
||||
>
|
||||
<Text variant='p'>{link.text}</Text>
|
||||
<OutwardArrowIcon className='h-3 w-3' />
|
||||
<ArrowUpRight className='h-4 w-4' />
|
||||
</a>
|
||||
))}
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user