Skip to content

Commit 0ebc14c

Browse files
CopilotSunwuyuan
andcommitted
Address code review feedback: remove duplicate cursor style and add aria-label
Co-authored-by: Sunwuyuan <88357633+Sunwuyuan@users.noreply.github.com>
1 parent 8691feb commit 0ebc14c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/settings/AboutCard.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<div class="mt-4">
4040
<v-btn
4141
append-icon="mdi-heart"
42+
aria-label="Support Classworks on Aifadian"
4243
class="text-none"
4344
color="pink"
4445
rounded="xl"
@@ -469,10 +470,6 @@ export default {
469470
transform: translateY(-2px);
470471
}
471472
472-
.clickable {
473-
cursor: pointer;
474-
}
475-
476473
.card-content {
477474
display: flex;
478475
align-items: center;

0 commit comments

Comments
 (0)