-
Notifications
You must be signed in to change notification settings - Fork 340
Open
Description
I tried click on ring/bell icon for toggle/off/hide the Announcements,
but then I realized- /announcements is a new route.
<a href="/announcements" class:list={["announcements_button_wrap", isAccent && "announcements_button_wrap--accent"]}> |
const { pathname } = Astro.url;
already imported. so this can be done-
<a href={pathname === '/announcements' ? '/' : '/announcement'}
Metadata
Metadata
Assignees
Labels
No labels