Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
FeimeiChen committed Mar 29, 2024
1 parent c986998 commit ca35ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const About = () => (
<h3 className="text-text-color text-lg pb-1">How do I request a new grouping?</h3>
<p className="pb-7">
<a className="text-link-color hover:underline hover:text-link-hover-color"
href="https://uhawaii.atlassian.net/wiki/spaces/UHIAM/pages/13402308/
UH+Groupings+Request+Form"
href={'https://uhawaii.atlassian.net/wiki/spaces/UHIAM/' +
'pages/13402308/UH+Groupings+Request+Form'}
aria-label="A request form is available">A request form is available
</a>.
</p>
Expand Down

0 comments on commit ca35ecb

Please sign in to comment.