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}
|
||||
target='_blank'
|
||||
leftSection={<IconBrandGithub />}
|
||||
variant='filled'>
|
||||
variant='filled'
|
||||
size='lg'>
|
||||
Source Code
|
||||
</Button>
|
||||
) : null}
|
||||
|
Loading…
Reference in New Issue
Block a user