We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7feed34 commit 267c103Copy full SHA for 267c103
app/pages/projects.vue
@@ -30,7 +30,7 @@ function toggleQR(type: keyof QRStates) {
30
>
31
<img
32
v-else
33
- class="project-image shadow"
+ class="project-image"
34
src="assets/img/tat_qr_code.svg"
35
@click="toggleQR('tat')"
36
@@ -70,7 +70,7 @@ function toggleQR(type: keyof QRStates) {
70
71
72
73
74
src="assets/img/shorts_qr_code.svg "
75
@click="toggleQR('shorts')"
76
0 commit comments