diff --git a/client/homebrew/homebrew.jsx b/client/homebrew/homebrew.jsx
index 095c679f1..c1b3f7a96 100644
--- a/client/homebrew/homebrew.jsx
+++ b/client/homebrew/homebrew.jsx
@@ -57,11 +57,11 @@ const Homebrew = (props)=>{
if(!isClient) return null;
if(config.deployment) {
return {
- backgroundImage : `url("data:image/svg+xml;utf8,")`
+ backgroundImage : `url("data:image/svg+xml;utf8,")`
};
} else if(config.local) {
return {
- backgroundImage : `url("data:image/svg+xml;utf8,")`
+ backgroundImage : `url("data:image/svg+xml;utf8,")`
};
}
return null;