diff --git a/src/components/widgets/Background.jsx b/src/components/widgets/Background.jsx index 65d27220..75ee4180 100644 --- a/src/components/widgets/Background.jsx +++ b/src/components/widgets/Background.jsx @@ -70,7 +70,7 @@ export default class Background extends React.PureComponent { data = await fetch(requestURL); data = await data.json(); - if (data.statusCode === 429) return this.doOffline(); // If we hit the ratelimit, we fallback to local quotes + if (data.statusCode === 429) return this.doOffline(); // If we hit the ratelimit, we fallback to local images document.getElementById('backgroundImage').setAttribute( 'style', `-webkit-filter:blur(${localStorage.getItem('blur')}px); background-image: url(${data.file})`