From e4a8b865acf8e975417502f9b202a29f279271a3 Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Mon, 12 Jun 2023 22:44:50 +0600 Subject: [PATCH] chore: road card icon --- src/components/AccountSidebar.astro | 2 +- src/components/Navigation/AccountDropdown.astro | 8 ++++++++ src/icons/badge.svg | 3 +++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 src/icons/badge.svg diff --git a/src/components/AccountSidebar.astro b/src/components/AccountSidebar.astro index 03e321f9f..a609b47c1 100644 --- a/src/components/AccountSidebar.astro +++ b/src/components/AccountSidebar.astro @@ -23,7 +23,7 @@ const sidebarLinks = [ title: 'Road Card', id: 'road-card', icon: { - glyph: 'user', + glyph: 'badge', classes: 'h-4 w-4', } }, diff --git a/src/components/Navigation/AccountDropdown.astro b/src/components/Navigation/AccountDropdown.astro index c960cecb9..ff5955010 100644 --- a/src/components/Navigation/AccountDropdown.astro +++ b/src/components/Navigation/AccountDropdown.astro @@ -30,6 +30,14 @@ import Icon from '../AstroIcon.astro'; Profile +
  • + + Road Card + +