CLOVER Website - v0.3.1
    Preparing search index...

    Function DropdownAvatar

    • DropdownAvatar component that displays the user's avatar and provides a dropdown menu for profile, settings, and sign out options. It is used in the NavBar component for authenticated users.

      Parameters

      • props: { handleSignOut: () => void }

        Props for the DropdownAvatar component

        • handleSignOut: () => void

          Function to handle sign out action

      Returns null | Element