feat: change background landing in dark mode
This commit is contained in:
parent
5467edc3a7
commit
e9fa8f8e93
|
|
@ -30,7 +30,7 @@ const SearchSection = () => {
|
||||||
// Determine background image based on theme
|
// Determine background image based on theme
|
||||||
const getBackgroundImage = () => {
|
const getBackgroundImage = () => {
|
||||||
if (theme === "dark") {
|
if (theme === "dark") {
|
||||||
return "url('/assets/background-dark.jpg')";
|
return "url('/assets/background-dark.png')";
|
||||||
} else {
|
} else {
|
||||||
return "url('/assets/background-white.jpg')";
|
return "url('/assets/background-white.jpg')";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.0 MiB |
Loading…
Reference in New Issue