diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..b242572e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "githubPullRequests.ignoredPullRequestBranches": [ + "main" + ] +} \ No newline at end of file diff --git a/src/App.js b/src/App.js index 717b18a3..e93165b1 100644 --- a/src/App.js +++ b/src/App.js @@ -5,6 +5,7 @@ import Navbar from './Components/Navbar'; import Members from './Pages/Members'; import Resources from './Pages/Resources'; import WhyUs from './Pages/WhyUs'; +import Events from './Pages/Events'; import PagesNotFound from './Pages/PagesNotFound'; function App() { @@ -19,6 +20,7 @@ function App() { }> }> }> + }> } /> diff --git a/src/Components/Herosection.js b/src/Components/Herosection.js index 1916a945..0f9a4e81 100644 --- a/src/Components/Herosection.js +++ b/src/Components/Herosection.js @@ -9,7 +9,6 @@ import slash from '../svg/slash.svg' function Herosection() { return (
-
codeat codeat diff --git a/src/Components/Navbar.js b/src/Components/Navbar.js index 3c4ccd53..4d249077 100644 --- a/src/Components/Navbar.js +++ b/src/Components/Navbar.js @@ -10,7 +10,6 @@ function Navbar() {