Skip to content

Commit

Permalink
fix(components): Remove uncommented button
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Jung <[email protected]>
  • Loading branch information
nderjung committed Jan 8, 2024
1 parent 90c6fbb commit cda5d1a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/components/landing-hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -280,19 +280,3 @@ export default function LandingHero() {
</Box>
);
}



// <Button
// as='a'
// size='lg'
// shadow='md'
// h='4rem'
// px='40px'
// fontSize='1.2rem'
// href='https://github.com/unikraft/unikraft'
// target='__blank'
// leftIcon={<DiGithubBadge size='1.5em' />}
// >
// View on GitHub
// </Button>

0 comments on commit cda5d1a

Please sign in to comment.