chore: 🎨 format

This commit is contained in:
ThatOneCalculator 2023-07-08 16:21:15 -07:00
parent 6883234517
commit 45de86370f
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 7 additions and 3 deletions

View file

@ -23,8 +23,7 @@ export default function () {
fetchMeta().then((meta) => {
if (!meta.enableServerMachineStats) return;
}
);
});
async function tick() {
const cpu = await cpuUsage();

View file

@ -26,7 +26,12 @@
class="banner"
:style="{
backgroundImage: `url('${user.bannerUrl}')`,
'--backgroundImageStatic': defaultStore.state.useBlurEffect ? `url('${getStaticImageUrl(user.bannerUrl)}')` : null
'--backgroundImageStatic': defaultStore
.state.useBlurEffect
? `url('${getStaticImageUrl(
user.bannerUrl,
)}')`
: null,
}"
></div>
<div class="fade"></div>