Skip to content

Commit 91a261c

Browse files
committed
style(projects): modify homepage prompt title to tip.
1 parent bb232bf commit 91a261c

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">
18+
<NAlert :title="$t('common.tip')" type="warning">
1919
{{ $t('page.home.branchDesc') }}
2020
</NAlert>
2121
<HeaderBanner />

0 commit comments

Comments
 (0)