Skip to content

Commit

Permalink
chore: remove back to badgedex button
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRodrigues10 committed Jan 23, 2024
1 parent ee42771 commit 897fa46
Showing 1 changed file with 0 additions and 7 deletions.
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

0 comments on commit 897fa46

Please sign in to comment.