Skip to content

Commit

Permalink
fix:svg isd logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chulinuwu committed Dec 22, 2024
1 parent e58b87d commit 252ed99
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions src/lib/assets/icons/isd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/lib/assets/images/isdlogo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/lib/components/Sidebar/Sidebar.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import { onMount } from 'svelte';
import sgcuLogo from '$lib/assets/images/sgcu.png';
import isdLogo from '$lib/assets/images/isdlogo.png';
import isdLogo from '$lib/assets/icons/isd.svg';
import editLogo from '$lib/assets/icons/edit.svg';
export let menuItems: { title: string; href: string }[];
export let user: { name: string; lastname: string; role: string };
Expand Down

0 comments on commit 252ed99

Please sign in to comment.