Skip to content

Commit

Permalink
chore: change badges in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Oct 30, 2024
1 parent 807896a commit 6539754
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions src/components/layout/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ const items: Item[] = [
title: "Maps",
path: "/maps",
badge: (
<span className="ml-2 rounded-full bg-brand-violet px-2 py-1 text-xs font-semibold text-white">
NEW
<span className="ml-2 rounded-full bg-rose-700 px-2 py-1 text-xs font-semibold text-white">
BETA
</span>
),
icon: <span className="icon-[material-symbols--map-outline] text-4xl" />,
Expand All @@ -74,11 +74,6 @@ const items: Item[] = [
{
title: "Dorms",
path: "/dorms",
badge: (
<span className="ml-2 rounded-full bg-brand-violet px-2 py-1 text-xs font-semibold text-white">
NEW
</span>
),
icon: (
<span className="icon-[material-symbols--nest-multi-room-outline-rounded] text-4xl" />
),
Expand All @@ -98,11 +93,6 @@ const items: Item[] = [
{
title: "Extension",
path: "/extension",
badge: (
<span className="ml-2 rounded-full bg-brand-violet px-2 py-1 text-xs font-semibold text-white">
NEW
</span>
),
icon: (
<span className="icon-[material-symbols--extension-outline] text-4xl" />
),
Expand Down

0 comments on commit 6539754

Please sign in to comment.