mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 08:25:47 +01:00
♻️ Fix default img paths
This commit is contained in:
@@ -33,7 +33,7 @@ export const BackgroundChanger = () => {
|
||||
return (
|
||||
<TextInput
|
||||
label={t('background.label')}
|
||||
placeholder="/imgs/background.png"
|
||||
placeholder="/imgs/backgrounds/background.png"
|
||||
value={backgroundImageUrl}
|
||||
onChange={handleChange}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user