Skip to content

Commit

Permalink
fix(page): more conventional title for activity record (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wr authored Oct 17, 2024
1 parent 216a525 commit 3c50345
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/custom/sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ if (import.meta.client) {
<NuxtLink to="/manage/record">
<Button v-if="isPresidentOrVicePresident" :variant="route.name === 'manage-record' ? 'secondary' : 'ghost'" class="w-full justify-start mt-1">
<Icon class="mr-2 h-4 w-4" name="charm:tick-double" />
活动记录
活动签到
</Button>
</NuxtLink>
</div>
Expand Down
4 changes: 2 additions & 2 deletions pages/manage/record.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const refreshState = ref(false)
<Icon name="ic:sharp-remove-red-eye" />
我的申请
</CardTitle>
<CardDescription>在此处浏览您的活动记录</CardDescription>
<CardDescription>在此处浏览您的活动签到</CardDescription>
</CardHeader>
<CardContent>
<Skeleton class="w-full h-32" />
Expand All @@ -43,7 +43,7 @@ const refreshState = ref(false)
<Icon name="material-symbols:add-circle-outline" />
新增
</CardTitle>
<CardDescription>在此处新增活动记录</CardDescription>
<CardDescription>在此处新增活动签到</CardDescription>
</CardHeader>
<CardContent>
<form class="space-y-6">
Expand Down

0 comments on commit 3c50345

Please sign in to comment.