파일 목록이 랜더링되지 않던 버그 수정

This commit is contained in:
static
2025-07-07 17:48:55 +09:00
parent c092545b58
commit d3de06a7f9
2 changed files with 12 additions and 7 deletions

View File

@@ -31,7 +31,7 @@
{:else if type === "directory"}
<IconFolder />
{:else}
<IconDraft />
<IconDraft class="text-blue-400" />
{/if}
</div>
{/snippet}
@@ -41,8 +41,7 @@
{/snippet}
<IconLabel
icon={iconSnippet}
iconClass={type === "file" ? "text-blue-400" : undefined}
{iconSnippet}
subtext={subtext ? subtextSnippet : undefined}
class={className}
textClass={textClassName}