@@ -22,15 +22,15 @@ function App() {
22
22
< main >
23
23
{ /* ----------------------------- Welcome Section ---------------------------- */ }
24
24
< div className = "welcome viewport welcome-grid" >
25
- < div className = "welcome-info" role = "banner" >
25
+ < div className = "welcome-info" >
26
26
< h1 className = "welcome-h1-orange" > rama</ h1 >
27
27
< h1 className = "welcome-h1" > lama</ h1 >
28
28
< h2 className = "welcome-h2" >
29
29
Make working with AI boring through the use of OCI containers
30
30
</ h2 >
31
31
< ul >
32
32
< 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" >
34
34
< button >
35
35
{ " " }
36
36
< img src = { installIcon } alt = "Install Icon" > </ img > { " " }
@@ -39,7 +39,7 @@ function App() {
39
39
</ a >
40
40
</ li >
41
41
< li >
42
- < a href = "https://github.com/containers/ramalama" role = "button" >
42
+ < a href = "https://github.com/containers/ramalama" >
43
43
< button >
44
44
{ " " }
45
45
< img src = { githubIcon } alt = "GitHub Icon" > </ img > { " " }
@@ -48,7 +48,7 @@ function App() {
48
48
</ a >
49
49
</ li >
50
50
< li >
51
- < a href = "https://matrix.to/#/#ramalama:fedoraproject.org" role = "button" >
51
+ < a href = "https://matrix.to/#/#ramalama:fedoraproject.org" >
52
52
< button >
53
53
{ " " }
54
54
< img src = { communityIcon } alt = "Community Icon" > </ img > { " " }
@@ -57,7 +57,7 @@ function App() {
57
57
</ a >
58
58
</ li >
59
59
< 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" >
61
61
< button >
62
62
{ " " }
63
63
< img src = { hardwareIcon } alt = "Hardware Icon" > </ img > { " " }
0 commit comments