perf(frontend): change home slogan

This commit is contained in:
GeneLiuXe 2024-02-29 16:13:45 +08:00
parent ed2e012881
commit 41c01ef8ba
1 changed files with 4 additions and 4 deletions

View File

@ -179,15 +179,15 @@ watch(
<div class="mx-auto mt-1 max-w-7xl px-10 sm:px-20 md:px-40 lg:px-60">
{{ t("Home.Cover.CodeRepo.Description") }}
<a
:href="`https://www.gitlink.org.cn/beimingwu/beimingwu`"
:href="`https://www.gitlink.org.cn/beimingwu`"
class="text-white dark:text-white"
target="_blank"
>{{ t("Home.Cover.CodeRepo.Beimingwu") }}</a
>GitLink</a
>,&nbsp;<a
:href="`https://www.gitlink.org.cn/beimingwu/learnware`"
:href="`https://github.com/Learnware-LAMDA`"
class="text-white dark:text-white"
target="_blank"
>{{ t("Home.Cover.CodeRepo.Learnware") }}</a
>Github</a
>
</div>