Skip to content

Commit 4f9bd6b

Browse files
committed
bg.jpg to resized webp
1 parent 7f4f7bb commit 4f9bd6b

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

public/bg.jpg

-4.75 MB
Binary file not shown.

public/bg.webp

187 KB
Loading

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export const App = () => {
104104
<ChakraProvider theme={theme}>
105105
<Box textAlign="left">
106106
<Image
107-
src="bg.jpg"
107+
src="bg.webp"
108108
pos="absolute"
109109
zIndex="-1"
110110
style={style.image}

0 commit comments

Comments
 (0)