Skip to content

Commit 98b75c2

Browse files
committed
optimize(projects): remove home NAlert closable
1 parent 993e9ca commit 98b75c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/home/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const gap = computed(() => (appStore.isMobile ? 0 : 16));
1515

1616
<template>
1717
<NSpace vertical :size="16">
18-
<NAlert :title="$t('common.warning')" type="warning" closable>
18+
<NAlert :title="$t('common.warning')" type="warning">
1919
{{ $t('page.home.branchDesc') }}
2020
</NAlert>
2121
<HeaderBanner />

0 commit comments

Comments
 (0)