diff --git a/meetups.js b/meetups.js index 0b1f2ff..6f6420c 100644 --- a/meetups.js +++ b/meetups.js @@ -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 + diff --git a/src/pages/_app.jsx b/src/pages/_app.jsx index 138d863..0ee17af 100644 --- a/src/pages/_app.jsx +++ b/src/pages/_app.jsx @@ -28,7 +28,7 @@ export default function App({ Component, pageProps, router }) {