Skip to content

Commit

Permalink
fix: accessibilty
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-wang0 committed Jan 1, 2024
1 parent 07ee8d1 commit ee98a12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const EXAMPLES = [
const ArticulatableDefinition = () => {
return (
<Popover>
<PopoverTrigger>
<PopoverTrigger aria-label="definition">
<HelpCircle className="inline-block h-4 w-4" />
</PopoverTrigger>
<PopoverContent>
Expand Down
3 changes: 2 additions & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ const Footer = () => {
<div className="flex text-3xl sm:absolute sm:right-24 sm:top-[26px] sm:text-4xl">
<div className="flex items-center gap-4">
<a
href="https://github.com/laurelinXYZABC/Degree-EZ-Frontend"
href="https://github.com/laurelin60/Degree-EZ-Frontend"
target="_blank"
referrerPolicy="no-referrer"
aria-label="GE-Z GitHub"
>
<FaGithub />
</a>
Expand Down

0 comments on commit ee98a12

Please sign in to comment.