Skip to content

Commit 287b346

Browse files
authored
Make mural image smaller (#57)
1 parent dc64a7a commit 287b346

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

public/static/files/main/homepage.jpg

-12.7 MB
Binary file not shown.

public/static/files/main/mural.png

4.36 MB
Loading

src/main/pages/Home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const Home = () => {
6666
<Page>
6767
<div className="relative w-full" style={{ height: 'calc(100vh - 32px)' }}>
6868
<animated.img
69-
src="/static/files/main/homepage.jpg"
69+
src="/static/files/main/mural.png"
7070
alt="SFU CSSS"
7171
className="absolute inset-0 w-full h-full object-cover"
7272
style={imageSpring}

0 commit comments

Comments
 (0)