Skip to content

Commit

Permalink
Merge pull request #869 from zheyichn/zheyichn/858-hide-hr-from-scree…
Browse files Browse the repository at this point in the history
…nreader

Remove hr from Screen Reader
  • Loading branch information
bacitracin authored Aug 13, 2024
2 parents 4373dde + 7df23cc commit 10eb9fb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ export default function AccessibilityStatementPage() {
</Link>
)
</p>
<hr className="my-6 border-gray-300" />

<hr className="my-6 border-gray-300" aria-hidden="true" />
<p>This statement was created on June 10, 2024.</p>
</>
);
Expand Down

0 comments on commit 10eb9fb

Please sign in to comment.