Skip to content

Commit

Permalink
add some missing meetups
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 Oct 25, 2023
1 parent 1b6249e commit f71e105
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions meetups.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,16 @@ export const meetups = [
logo: meetupHackTheMidlands,
link: "https://hackthemidlands.com/",
},
{

}
]
// missing:
// AWS Midlands
// WIT
// BlackTech Birmingham
// CoffeeOps
// CodeYourFuture
// fizzPOP
// Lean Agile Birmingham

2 changes: 1 addition & 1 deletion src/pages/_app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function App({ Component, pageProps, router }) {
</div>
</div>
<div className="relative">
<Banner />
{/*<Banner />*/}
<Header />
<main>
<Component previousPathname={previousPathname} {...pageProps} />
Expand Down

0 comments on commit f71e105

Please sign in to comment.