Skip to content

Commit 1f7b3da

Browse files
committed
add alt text to demo gif
Signed-off-by: Jess Chitas <[email protected]>
1 parent 352ec79 commit 1f7b3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function App() {
104104
<div className="demo viewport orange-background">
105105
<div className="demo-info">
106106
<h1 className="demo-header">Watch it in action</h1>
107-
<img src={demoGIF} className="demo-gif"></img>
107+
<img src={demoGIF} className="demo-gif" alt="GIF of RamaLama running in a command line"></img>
108108
</div>
109109
</div>
110110

0 commit comments

Comments
 (0)