Skip to content

Commit

Permalink
feat: update web ui
Browse files Browse the repository at this point in the history
  • Loading branch information
dannweeeee committed Mar 1, 2025
1 parent fb221a1 commit 72dbffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Hero from "@/components/shared/hero";

export default function Home() {
return (
<main>
<main className="flex flex-col pb-16">
<Hero />
<Playground />
</main>
Expand Down

0 comments on commit 72dbffa

Please sign in to comment.