File tree Expand file tree Collapse file tree 4 files changed +2
-1
lines changed Expand file tree Collapse file tree 4 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import githubIcon from "./assets/octicon--mark-github-24.svg";
9
9
import communityIcon from "./assets/gravity-ui--persons.svg" ;
10
10
import hardwareIcon from "./assets/gravity-ui--gear.svg" ;
11
11
import llamaMascot from "./assets/ramalama-logo-llama-only.svg" ;
12
+ import demoGIF from "./assets/demo.gif" ;
12
13
import aboutGraphic1 from "./assets/ramalama-about-graphic-1.svg" ;
13
14
import aboutGraphic2 from "./assets/ramalama-about-graphic-2.svg" ;
14
15
import aboutGraphic3 from "./assets/ramalama-about-graphic-3.svg" ;
@@ -103,7 +104,7 @@ function App() {
103
104
< div className = "demo viewport orange-background" >
104
105
< div className = "demo-info" >
105
106
< h1 className = "demo-header" > Watch it in action</ h1 >
106
- { /* GIF Here */ }
107
+ < img src = { demoGIF } > </ img >
107
108
</ div >
108
109
</ div >
109
110
You can’t perform that action at this time.
0 commit comments