Skip to content

Commit

Permalink
fix: mistakenly add asChild prop
Browse files Browse the repository at this point in the history
  • Loading branch information
mwskwong committed Dec 26, 2024
1 parent 1ebc6d0 commit b4ed35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/experience/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const ExperiencePage = async () => {

return (
<>
<Container asChild>
<Container>
<main>
<Section>
<Button asChild highContrast size="3" variant="ghost">
Expand Down

0 comments on commit b4ed35b

Please sign in to comment.