Skip to content

Commit

Permalink
popover dropdown test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunn committed Jan 17, 2024
1 parent 3a1ab09 commit 3b9209c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AuthService.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ function AuthService() {
<br/>
<div id="gotToken" hidden>
<Group position='left'>
<Popover width={280} withArrow shadow="md">
<Popover width={400} withArrow shadow="md">
<Popover.Target>
<Text size="sm">Access Token 🛈</Text>
</Popover.Target>
<Popover.Dropdown>
<Popover.Dropdown> You can read more about access_token hereYou can read more about access_token hereYou can read more about access_token here
<a href="https://developers.hidglobal.com/authentication-service/reference/authentication-api-access-token">You can read more about access_token here</a>
</Popover.Dropdown>
</Popover>
Expand Down

0 comments on commit 3b9209c

Please sign in to comment.