Skip to content

Commit 267c103

Browse files
committed
fix: remove shadow class from project images for consistency
1 parent 7feed34 commit 267c103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/pages/projects.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function toggleQR(type: keyof QRStates) {
3030
>
3131
<img
3232
v-else
33-
class="project-image shadow"
33+
class="project-image"
3434
src="assets/img/tat_qr_code.svg"
3535
@click="toggleQR('tat')"
3636
>
@@ -70,7 +70,7 @@ function toggleQR(type: keyof QRStates) {
7070
>
7171
<img
7272
v-else
73-
class="project-image shadow"
73+
class="project-image"
7474
src="assets/img/shorts_qr_code.svg "
7575
@click="toggleQR('shorts')"
7676
>

0 commit comments

Comments
 (0)