change button size in project list to large
This commit is contained in:
parent
7e13e7c0a5
commit
74e7c066b1
@ -87,7 +87,8 @@ const ProjectItem = ({
|
|||||||
href={codeSrc}
|
href={codeSrc}
|
||||||
target='_blank'
|
target='_blank'
|
||||||
leftSection={<IconBrandGithub />}
|
leftSection={<IconBrandGithub />}
|
||||||
variant='filled'>
|
variant='filled'
|
||||||
|
size='lg'>
|
||||||
Source Code
|
Source Code
|
||||||
</Button>
|
</Button>
|
||||||
) : null}
|
) : null}
|
||||||
|
Loading…
Reference in New Issue
Block a user