Skip to content

Commit 2f8fec3

Browse files
committed
fix: move toast div
1 parent de2ed34 commit 2f8fec3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,14 @@ <h3 class="text-xl mb-4 text-primary dark:text-indigo-400 font-semibold">How to
163163
</ol>
164164
</div>
165165
</div>
166+
<div id="toast"></div>
166167
</main>
167168

168169
<footer class="text-center mt-16 pt-8 border-t border-slate-300 dark:border-slate-700 text-slate-600 dark:text-slate-400">
169170
<p>Made with ❤️ to simplify working with SVGs</p>
170171
</footer>
171172
</div>
172173

173-
<div id="toast"></div>
174-
175174
<script type="module" src="/src/main.js"></script>
176175
</body>
177176
</html>

0 commit comments

Comments
 (0)