optimize(projects): remove home NAlert closable

This commit is contained in:
Soybean 2024-07-30 14:57:53 +08:00
parent 993e9caf79
commit 98b75c22c3

View File

@ -15,7 +15,7 @@ const gap = computed(() => (appStore.isMobile ? 0 : 16));
<template>
<NSpace vertical :size="16">
<NAlert :title="$t('common.warning')" type="warning" closable>
<NAlert :title="$t('common.warning')" type="warning">
{{ $t('page.home.branchDesc') }}
</NAlert>
<HeaderBanner />