mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Fix error
This commit is contained in:
parent
e75ecb71fd
commit
4a0945afe7
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<ui-container :show-header="false">
|
||||
<ui-container :show-header="false" v-if="meta && stats">
|
||||
<div class="kpdsmpnk" :style="{ backgroundImage: meta.bannerUrl ? `url(${meta.bannerUrl})` : null }">
|
||||
<div>
|
||||
<b>{{ $t('explore', { host: meta.name }) }}</b>
|
||||
|
Loading…
Reference in New Issue
Block a user