Skip to content

Commit

Permalink
hotfix: temporarily disable api request component
Browse files Browse the repository at this point in the history
  • Loading branch information
yougyung committed Feb 4, 2025
1 parent ce2ec92 commit d9363b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const vitroFont = localFont({
export default function HomePage() {
return (
<div className={`bg-primary w-screen h-screen overflow-hidden relative ${vitroFont.variable}`}>
<NavigationBar />
{/* <NavigationBar /> */}
<Responsive minWidth={768}>
<div className="fixed h-screen right-0 w-7/12">
<Image
Expand Down

0 comments on commit d9363b0

Please sign in to comment.