mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-16 06:58:46 +00:00
자잘한 리팩토링
This commit is contained in:
@@ -30,15 +30,15 @@
|
||||
{@const { type, name } = selectedEntry}
|
||||
{@const nameShort = name.length > 20 ? `${name.slice(0, 20)}...` : name}
|
||||
<div class="space-y-4">
|
||||
<div class="space-y-2">
|
||||
<p class="break-keep text-xl font-bold">
|
||||
<div class="space-y-2 break-keep">
|
||||
<p class="text-xl font-bold">
|
||||
{#if type === "directory"}
|
||||
'{nameShort}' 폴더를 삭제할까요?
|
||||
{:else}
|
||||
'{nameShort}' 파일을 삭제할까요?
|
||||
{/if}
|
||||
</p>
|
||||
<p class="break-keep">
|
||||
<p>
|
||||
{#if type === "directory"}
|
||||
삭제한 폴더는 복구할 수 없어요. <br />
|
||||
폴더 안의 모든 파일과 폴더도 함께 삭제돼요.
|
||||
|
||||
Reference in New Issue
Block a user