Skip to content

Commit

Permalink
Changed follow us link from ketl to lunchbreak
Browse files Browse the repository at this point in the history
  • Loading branch information
json437 committed Aug 1, 2024
1 parent 5329834 commit f672bff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -79,7 +79,7 @@ export default function () {
<NavbarLinks />

<div className={buttonsGroup}>
<Button url={ketlTwitter}>Follow us</Button>
<Button url={LunchbreakTwitter}>Follow us</Button>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const ketlTwitter = 'https://twitter.com/ketlxyz'
export const LunchbreakTwitter = 'https://twitter.com/heylunchbreak'
export const contactUs =
"mailto:[email protected]?subject=Hello%20BigWhaleLabs%2C%20it's%20..."
export const bwlGitHub = 'https://github.com/BigWhaleLabs'
Expand Down

0 comments on commit f672bff

Please sign in to comment.