We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c6b71 commit 194f045Copy full SHA for 194f045
src/components/AboutClientSingle.vue
@@ -3,7 +3,7 @@
3
<img
4
:src="client.img"
5
: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"
+ 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"
7
/>
8
</div>
9
</template>
0 commit comments