Skip to content

Commit 194f045

Browse files
committed
Fix conflict
1 parent d0c6b71 commit 194f045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AboutClientSingle.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img
44
:src="client.img"
55
:alt="client.title"
6-
class="w-64 py-5 px-10 border border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer bg-secondary-light"
6+
class="w-64 py-5 px-10 border border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer dark:bg-secondary-light"
77
/>
88
</div>
99
</template>

0 commit comments

Comments
 (0)