Skip to content

Commit

Permalink
feat: remove discord and github from navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrittner committed Nov 20, 2024
1 parent 630ecd5 commit 4efaf89
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions web/src/components/navbar/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,52 +53,6 @@ export default function Nav() {
icon={<WorkflowOverviewIcon />}
selectionCriteria={["/", "/workflows"]}
/>

<Separator size="2" color="gray" />

<HoverCard.Root>
<HoverCard.Trigger>
<Link
href="https://discord.com/invite/GqbJZT9Hbf"
target="_blank"
rel="noopener noreferrer"
>
<Image
src="/discord_logo.svg"
alt="Discord"
width={18}
height={18}
/>
</Link>
</HoverCard.Trigger>
<HoverCard.Content style={{ padding: 0 }}>
<Badge size="3" color="green">
Join us on Discord!
</Badge>
</HoverCard.Content>
</HoverCard.Root>

<HoverCard.Root>
<HoverCard.Trigger>
<Link
href="https://github.com/admyral-security/admyral"
target="_blank"
rel="noopener noreferrer"
>
<Image
src="/github_logo.svg"
alt="Slack"
width={18}
height={18}
/>
</Link>
</HoverCard.Trigger>
<HoverCard.Content style={{ padding: 0 }}>
<Badge size="3" color="green">
Visit us on GitHub!
</Badge>
</HoverCard.Content>
</HoverCard.Root>
</Flex>
</Flex>

Expand Down

0 comments on commit 4efaf89

Please sign in to comment.