diff --git a/components/Navigation.js b/components/Navigation.js
index 587237268..84dcd4d3c 100644
--- a/components/Navigation.js
+++ b/components/Navigation.js
@@ -110,12 +110,6 @@ export default function Navigation() {
-
-
- Hacktober
-
-
-
{
);
});
- test('it should display a Hacktober link', () => {
- const { getByText } = render();
- expect(getByText('Hacktober')).toBeInTheDocument();
- expect(getByText('Hacktober')).toHaveAttribute(
- 'href',
- '/2021/hacktober',
- );
- });
-
test('it should display a Blog link', () => {
const { getByText } = render();
expect(getByText('Blog')).toBeInTheDocument();