Skip to content

Commit

Permalink
fix modal splash.svg
Browse files Browse the repository at this point in the history
  • Loading branch information
terryzfeng committed Oct 17, 2024
1 parent 7cb0fdf commit 74d2270
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/_data/build_info.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"3.2.0","revision":"e6f49ec","lastUpdated":"2024-10-17","copyrightYear":2024}
{"version":"3.2.0","revision":"7cb0fdf","lastUpdated":"2024-10-17","copyrightYear":2024}
3 changes: 1 addition & 2 deletions src/rainfly/src/lib/components/nav/items/NavHelp.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import NavItem from '$lib/components/nav/NavItem.svelte';
import NavDropdownItem from '$lib/components/nav/NavDropdownItem.svelte';
import Modal from '$lib/components/Modal.svelte';
import splash from '$lib/assets/splash.svg';
/** @type {(state: boolean) => void}*/
let showAbout;
Expand All @@ -28,7 +27,7 @@
for more information or to submit an issue</p>
</div>
<div class="pl-8">
<img src={splash} alt="Rainfly logo" class="w-96" />
<img src="splash.svg" alt="Rainfly logo" class="w-96" />
</div>
</div>
<div class="text-center text-sm">
Expand Down
File renamed without changes

0 comments on commit 74d2270

Please sign in to comment.