Skip to content

Commit 7303a69

Browse files
SkyBird233MingcongBai
authored andcommitted
fix(aoscc): update link buttons in index page
1 parent 05d6375 commit 7303a69

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/pages/aoscc/AosccIndex.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ articleComponent.value = defineAsyncComponent(() =>
1818
<div>
1919
<category-second title="AOSCC:社区年度聚会" id="aoscc" />
2020
<div class="aoscc-banner-bg relative h-[280px] px-10 py-6 text-white">
21-
<div class="absolute bottom-0 mb-10 ml-1">
22-
<AosccLinkButton to="https://aoscc.aosc.io" class="mr-4"
21+
<div class="absolute bottom-0 mb-10 ml-1 flex gap-4">
22+
<AosccLinkButton to="https://aoscc.aosc.io" target="_blank"
2323
>订购纪念品</AosccLinkButton
2424
>
25-
<AosccLinkButton to="/aoscc/2025-guide">实用信息</AosccLinkButton>
25+
<AosccLinkButton to="/aoscc/2025-schedule" >会议日程</AosccLinkButton>
26+
<AosccLinkButton to="/aoscc/2025-guide">交通和住宿</AosccLinkButton>
2627
</div>
2728
</div>
2829
<div class="vuepress-markdown-body">

0 commit comments

Comments
 (0)