1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2026-02-03 23:23:09 +00:00

Address code review feedback: remove duplicate cursor style and add aria-label

Co-authored-by: Sunwuyuan <88357633+Sunwuyuan@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-02-03 00:16:17 +00:00
parent 8691febf51
commit 0ebc14c49d

View File

@ -39,6 +39,7 @@
<div class="mt-4">
<v-btn
append-icon="mdi-heart"
aria-label="Support Classworks on Aifadian"
class="text-none"
color="pink"
rounded="xl"
@ -469,10 +470,6 @@ export default {
transform: translateY(-2px);
}
.clickable {
cursor: pointer;
}
.card-content {
display: flex;
align-items: center;