Skip to content

Announcements toggle #571

@2u841r

Description

@2u841r

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions