Skip to content

Commit c204bb4

Browse files
committed
fix: footer background image file path
1 parent fccc79f commit c204bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/site-footer.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const scrollToTop = async () => {
106106
background-size: 1439px 1200px;
107107
background-position: 315px -29px;
108108
background-repeat: no-repeat;
109-
background-image: url('/images/ring-of-cross-sections-on-angle.png');
109+
background-image: url('/images/ring-of-cross-sections-on-angle.jpg');
110110
@include gridMaxMQ {
111111
height: calc(100% + 3rem);
112112
width: 100%;

0 commit comments

Comments
 (0)