This commit is contained in:
hanif salafi 2025-07-21 10:07:16 +07:00
commit c44ae46633
2 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ const SearchSection = () => {
// Determine background image based on theme
const getBackgroundImage = () => {
if (theme === "dark") {
return "url('/assets/background-dark.jpg')";
return "url('/assets/background-dark.png')";
} else {
return "url('/assets/background-white.jpg')";
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB