Skip to content

Commit

Permalink
fix: navigation doesn't need social links
Browse files Browse the repository at this point in the history
  • Loading branch information
NoeTerrier committed Feb 26, 2024
1 parent 216d417 commit 7baac1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type { AppProps } from "next/app";
export default function App({ Component, pageProps }: AppProps) {
return (
<>
<NavigationBar socialLinks={pageProps.layoutProps} />
<NavigationBar />
<div
className="main"
style={{ backgroundImage: `url(${Background.src})` }}
Expand Down

0 comments on commit 7baac1e

Please sign in to comment.