Skip to content

Commit c8a7eb5

Browse files
committed
accessibility ckecks round 2 complete
Signed-off-by: Jess Chitas <[email protected]>
1 parent 1f7b3da commit c8a7eb5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/App.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ function App() {
2222
<main>
2323
{/* ----------------------------- Welcome Section ---------------------------- */}
2424
<div className="welcome viewport welcome-grid">
25-
<div className="welcome-info" role="banner">
25+
<div className="welcome-info">
2626
<h1 className="welcome-h1-orange">rama</h1>
2727
<h1 className="welcome-h1">lama</h1>
2828
<h2 className="welcome-h2">
2929
Make working with AI boring through the use of OCI containers
3030
</h2>
3131
<ul>
3232
<li>
33-
<a href="https://github.com/containers/ramalama?tab=readme-ov-file#install" role="button">
33+
<a href="https://github.com/containers/ramalama?tab=readme-ov-file#install">
3434
<button>
3535
{" "}
3636
<img src={installIcon} alt="Install Icon"></img>{" "}
@@ -39,7 +39,7 @@ function App() {
3939
</a>
4040
</li>
4141
<li>
42-
<a href="https://github.com/containers/ramalama" role="button">
42+
<a href="https://github.com/containers/ramalama">
4343
<button>
4444
{" "}
4545
<img src={githubIcon} alt="GitHub Icon"></img>{" "}
@@ -48,7 +48,7 @@ function App() {
4848
</a>
4949
</li>
5050
<li>
51-
<a href="https://matrix.to/#/#ramalama:fedoraproject.org" role="button">
51+
<a href="https://matrix.to/#/#ramalama:fedoraproject.org">
5252
<button>
5353
{" "}
5454
<img src={communityIcon} alt="Community Icon"></img>{" "}
@@ -57,7 +57,7 @@ function App() {
5757
</a>
5858
</li>
5959
<li>
60-
<a href="https://github.com/containers/ramalama?tab=readme-ov-file#hardware-support" role="button">
60+
<a href="https://github.com/containers/ramalama?tab=readme-ov-file#hardware-support">
6161
<button>
6262
{" "}
6363
<img src={hardwareIcon} alt="Hardware Icon"></img>{" "}

0 commit comments

Comments
 (0)