style(projects): modify homepage prompt title to tip.

This commit is contained in:
Azir-11
2025-11-24 19:41:43 +08:00
parent bb232bf884
commit 91a261c1ef

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