diff --git a/gitbutler-ui/src/routes/[projectId]/components/BranchCard.svelte b/gitbutler-ui/src/routes/[projectId]/components/BranchCard.svelte index a8816b54a..236b46484 100644 --- a/gitbutler-ui/src/routes/[projectId]/components/BranchCard.svelte +++ b/gitbutler-ui/src/routes/[projectId]/components/BranchCard.svelte @@ -27,6 +27,7 @@ import { SETTINGS_CONTEXT, type SettingsStore } from '$lib/settings/userSettings'; import BranchCommits from './BranchCommits.svelte'; import type { Project } from '$lib/backend/projects'; + import ImgThemed from '$lib/components/ImgThemed.svelte'; import DropzoneOverlay from './DropzoneOverlay.svelte'; @@ -217,13 +218,39 @@ {/if} {:else if branch.commits.length == 0}
Get some work done, then throw some files my way!
+