Skip to content

Commit a307954

Browse files
committed
🐛 Fix closing div in app preview
1 parent 175d8af commit a307954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parallax :fixed="true">
1717
<img src="static/img/pexels-photo-196416.jpeg">
1818
</parallax>
19-
<div>
19+
</div>
2020

2121
<div style="background-color: #fff; height: 100vh;"></div>
2222
</div>

0 commit comments

Comments
 (0)