Skip to content

Commit b97aa15

Browse files
committed
feat: updated to v5.9.0
1 parent 3d6467d commit b97aa15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="manifest" href="manifest.json" />
1515

1616
<!-- YASGUI CSS -->
17-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@matdata/yasgui@5.8.1/build/yasgui.min.css">
17+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@matdata/yasgui@5.9.0/build/yasgui.min.css">
1818

1919
<!-- Font Awesome for icons -->
2020
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
@@ -32,7 +32,7 @@
3232
<div id="yasgui"></div>
3333

3434
<!-- YASGUI JavaScript -->
35-
<script src="https://cdn.jsdelivr.net/npm/@matdata/yasgui@5.8.1/build/yasgui.min.js"></script>
35+
<script src="https://cdn.jsdelivr.net/npm/@matdata/yasgui@5.9.0/build/yasgui.min.js"></script>
3636

3737
<!-- Footer toggle button (visible on small screens) -->
3838
<button id="footer-toggle" aria-label="Toggle footer">

0 commit comments

Comments
 (0)