Skip to content

Commit

Permalink
Remove banner
Browse files Browse the repository at this point in the history
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
  • Loading branch information
Waterdrips committed Nov 24, 2023
1 parent f71e105 commit af451bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/pages/_app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { Header } from '@/components/Header'

import '@/styles/tailwind.css'
import 'focus-visible'
import Banner from "@/components/Banner";

function usePrevious(value) {
let ref = useRef()
Expand All @@ -28,7 +27,6 @@ export default function App({ Component, pageProps, router }) {
</div>
</div>
<div className="relative">
{/*<Banner />*/}
<Header />
<main>
<Component previousPathname={previousPathname} {...pageProps} />
Expand Down
1 change: 0 additions & 1 deletion src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import { getAllArticles } from '@/lib/getAllArticles'
import { formatDate } from '@/lib/formatDate'
import { meetups } from "../../meetups";
import { config } from "../../config";
import Banner from "@/components/Banner";

function MailIcon(props) {
return (
Expand Down

0 comments on commit af451bf

Please sign in to comment.