Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Update src/components/PrimaryNav.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Douglas <bdougie@users.noreply.github.com>
  • Loading branch information
janie-lee-developer and bdougie authored Oct 10, 2022
1 parent 9d2d36c commit 4b8b11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PrimaryNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const PrimaryNav = (): JSX.Element => {
} group flex w-full items-center rounded-md px-5 py-1.5 text-sm`}
onClick={() => console.log("Token: ", currentUser?.access_token)}
>
Print auth JWT
Print auth token
</button>
)}
</Menu.Item>
Expand Down

0 comments on commit 4b8b11c

Please sign in to comment.