File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ const AboutMe = () => {
8383 return (
8484 < Container data-testid = "about-me" >
8585 < MaxWidth >
86- < H2 > About Me</ H2 >
86+ < H2 tabIndex = { 0 } > About Me</ H2 >
8787 < Column >
8888 < TextSection />
8989 < SquareRatio max = "500px" >
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import SupremeBlock from '../SupremeBlock'
99import AboutMe from '../AboutMe'
1010import PortfolioBlock from '../PortfolioBlock'
1111import Footer from '../Footer'
12- import TechnologySection from '../TechnologySection'
1312
1413const COOKIE = 'acceptedCookies=true'
1514
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ const Container = styled.section`
4444const PortfolioBlock = ( ) => (
4545 < Container data-testid = "portfolio-module" >
4646 < MaxWidth >
47- < H2 > Stuff I've done</ H2 >
47+ < H2 tabIndex = { 0 } > Stuff I've done</ H2 >
4848 < List >
4949 { data . map ( ( item , index ) => (
5050 < PortfolioItem
You can’t perform that action at this time.
0 commit comments