Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

chore: remove back to badgedex button #635

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions layout/Badge/Badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ const BadgeSlug: React.FC = () => {
title={`${badge?.name} Badge`}
description="Check who already has this badge"
>
<Link
href="/attendee/badgedex"
className="text-center font-imedium text-secondary"
>
&lt; Back to badgedex
</Link>

<div className="mt-5 grid grid-cols-1 justify-items-center gap-y-8 gap-x-2 lg:grid-cols-2">
<div className="w-full">
<Heading text="Badge info" />
Expand Down
Loading