Skip to content

Commit

Permalink
feat: new link
Browse files Browse the repository at this point in the history
  • Loading branch information
btsolmonkhuu authored and jakeaturner committed Jun 27, 2024
1 parent 393fe3f commit 40f02b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client/src/components/Home/UserMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ const UserMenu: React.FC = () => {
<Icon name="alarm" />
My Alerts
</Menu.Item>
<Menu.Item as={Link} to="/support/dashboard">
<Icon name="ticket" />
My Support Tickets
</Menu.Item>
<Menu.Item
href="https://commons.libretexts.org/harvestrequest"
target="_blank"
Expand All @@ -63,7 +67,7 @@ const UserMenu: React.FC = () => {
target="_blank"
rel="noopener noreferrer"
>
Instructor Verification Request
Instructor Verification<br></br> Request
<Icon name="share alternate" />
</Menu.Item>
<Menu.Item
Expand Down

0 comments on commit 40f02b5

Please sign in to comment.