Skip to content

Commit

Permalink
Tweak copy
Browse files Browse the repository at this point in the history
  • Loading branch information
alflennik committed Apr 13, 2023
1 parent d3ee46b commit 0fcaea4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/components/App/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ main.home-page.container h1 {
.w3c-authorization-message em {
display: block;
font-style: normal;
font-size: 14px;
font-size: 0.875rem;
color: #654E29;
line-height: 1.3;
}
Expand Down
11 changes: 9 additions & 2 deletions client/components/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,15 @@ const Home = () => {
<p className="w3c-authorization-message">
<i aria-hidden="true"></i>
<em>
<strong>Note:</strong> This project is managed
by the{' '}
<strong>Note:</strong> The{' '}
<a
target="_blank"
rel="noreferrer"
href="https://github.com/w3c/aria-at"
>
ARIA-AT Project
</a>{' '}
is managed by the{' '}
<a
target="_blank"
rel="noreferrer"
Expand Down

0 comments on commit 0fcaea4

Please sign in to comment.