Skip to content

Commit 23e7447

Browse files
committed
fix: probitas.png CSS path
1 parent 0c0b5e9 commit 23e7447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/home.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
transform: translate(-50%, -50%);
8282
width: 120px;
8383
height: 120px;
84-
background: url("/static/probitas.png") center / contain no-repeat;
84+
background: url("probitas.png") center / contain no-repeat;
8585
opacity: 0.15;
8686
}
8787

0 commit comments

Comments
 (0)