Skip to content

Commit

Permalink
fix: πŸ› fix a link
Browse files Browse the repository at this point in the history
  • Loading branch information
Zichun627 committed Jan 11, 2024
1 parent 05feebe commit 76f399d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/home/HomeIntroduce.astro
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ const { stargazers_count: startCount = 0, forks_count: forkCount = 0 } =
</div>
<div class="notes mt-16 text-gray-07 text-xs flex justify-between">
<div>
<a class="mr-2.5" href="https://github.com/alibaba/nacos/releases/tag/2.3.0 " target="_blank">{t("home.introduce.nacos.release.note")}</alt>
<a class="mr-2.5" href="https://github.com/alibaba/nacos/releases/tag/2.3.0 " target="_blank">
{t("home.introduce.nacos.release.note")}
</a>
|
<a class="ml-2.5" href="https://github.com/alibaba/nacos/releases/tag/1.4.6" target="_blank">V1.4.6</a>
</div>
Expand Down

0 comments on commit 76f399d

Please sign in to comment.