change button size in project list to large

This commit is contained in:
Refansa 2023-10-27 20:15:26 +07:00
parent 7e13e7c0a5
commit 74e7c066b1

View File

@ -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}