소스 검색

fix: I thought this got pushed

silentoplayz 2 달 전
부모
커밋
eeccf23e4d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/lib/components/layout/Sidebar/Folders/FolderMenu.svelte

+ 1 - 1
src/lib/components/layout/Sidebar/Folders/FolderMenu.svelte

@@ -10,7 +10,7 @@
 	import GarbageBin from '$lib/components/icons/GarbageBin.svelte';
 	import Pencil from '$lib/components/icons/Pencil.svelte';
 	import Tooltip from '$lib/components/common/Tooltip.svelte';
-	import Download from '$lib/components/icons/Download.svelte';
+	import Download from '$lib/components/icons/ArrowDownTray.svelte';
 
 	export let align: 'start' | 'end' = 'start';
 	export let onEdit = () => {};