Skip to content

Commit 0e7f055

Browse files
bh412jsharkey13
andauthored
Apply suggestions from code review
Change wording on link to main Co-Authored-By: James Sharkey <jsharkey13@users.noreply.github.com>
1 parent 0ff3c8a commit 0e7f055

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/components/navigation/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const HeaderComponent = ({user}: HeaderProps) => {
2727
</Link>
2828
</div>
2929

30-
<a href="#main" className="skip-main">Skip to content</a>
30+
<a href="#main" className="skip-main">Skip to main content</a>
3131

3232
<div className="header-links ml-auto pr-3 px-md-3 d-flex align-items-center d-print-none">
3333
{user &&

src/scss/header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ a.skip-main:focus, a.skip-main:active {
8383
background-color:#fff;
8484
left: 5%;
8585
top: 60px;
86-
width: 150px;
86+
width: 175px;
8787
height: auto;
8888
overflow: auto;
8989
margin: 10px;

0 commit comments

Comments
 (0)