Skip to content

Commit

Permalink
fix logo tome in library
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Jul 11, 2024
1 parent e05d2d7 commit 79aff3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/library/logos/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import Gro_Logo from '$lib/Gro_Logo.svelte';
import Spiderspace_Logo from '$lib/Spiderspace_Logo.svelte';
const LIBRARY_ITEM_NAME = 'Teleport';
const LIBRARY_ITEM_NAME = 'logos';
const tome = get_tome(LIBRARY_ITEM_NAME);
</script>

Expand Down

0 comments on commit 79aff3e

Please sign in to comment.