Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from zenith-hacks/lkmw-header-patch-1
Browse files Browse the repository at this point in the history
Update header to match currently available websites in the header
  • Loading branch information
leowilkin authored Aug 29, 2024
2 parents 7cc7307 + 4d1fc8e commit bfbfe24
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions src/layouts/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,32 @@ import { Image } from 'astro:assets';
import Logo from '@src/assets/img/icon.png';
const menu = [
{
link: '/faq/',
label: 'FAQ'
},
{
link: '/team/',
label: 'Team'
},
{
link: 'https://hcb.hackclub.com/zenithhacks',
label: 'HCB'
},
{
link: 'https://github.com/zenith-hacks',
label: 'Github'
label: 'GitHub'
},
{
link: 'https://hackclub.slack.com/archives/C07HC6711PX',
label: 'Slack'
},
];
---

<!--
{
link: '/faq/',
label: 'FAQ'
},
{
link: '/team/',
label: 'Team'
},
-->

<style>
@keyframes subtle-glow {
0%, 100% {
Expand Down

0 comments on commit bfbfe24

Please sign in to comment.