chore: Update background image URL to use .jpg extension
This commit is contained in:
@@ -29,7 +29,7 @@ export default function RootLayout({
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
backgroundImage: `url(${metadata.metadataBase}/moon.jpeg)`,
|
backgroundImage: `url(${metadata.metadataBase}/moon.jpg)`,
|
||||||
backgroundSize: "cover",
|
backgroundSize: "cover",
|
||||||
backgroundPosition: "center",
|
backgroundPosition: "center",
|
||||||
filter: "blur(5px)",
|
filter: "blur(5px)",
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Reference in New Issue
Block a user