diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx
index 3c02913..47ee8b1 100644
--- a/src/components/Navbar.tsx
+++ b/src/components/Navbar.tsx
@@ -1,5 +1,5 @@
import { MutableRef, useRef } from 'preact/hooks'
-import { ketlTwitter } from 'helpers/constants'
+import { LunchbreakTwitter } from 'helpers/constants'
import Button from 'components/Button'
import BwlLogo from 'icons/BwlLogo'
import NavbarLinks from 'components/NavbarLinks'
@@ -79,7 +79,7 @@ export default function () {