Skip to content

Commit

Permalink
optimize(projects): remove home NAlert closable
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jul 30, 2024
1 parent 993e9ca commit 98b75c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/home/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down

0 comments on commit 98b75c2

Please sign in to comment.