Skip to content

Commit af6fb94

Browse files
committed
fix: update box-shadow color and remove extra space in project image source
1 parent b45daeb commit af6fb94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ button {
210210
padding: 0.75rem 1.5rem;
211211
border-radius: 5px;
212212
cursor: pointer;
213-
box-shadow: 0 2px 5px var(--shadow-color);
213+
box-shadow: 0 2px 5px var(--box-shadow-color);
214214
transition: background-color 0.3s;
215215
216216
&:hover {

app/pages/projects.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function toggleQR(project: keyof QRStates) {
5656
<div class="project-content">
5757
<img
5858
class="project-image"
59-
src="assets/img/shorts_qr_code.svg "
59+
src="assets/img/shorts_qr_code.svg"
6060
@click="toggleQR('shorts')"
6161
>
6262
<div class="project-description">

0 commit comments

Comments
 (0)