Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: new link #316

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading