1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 19:26:02 +02:00
This commit is contained in:
syuilo
2020-08-25 09:03:52 +09:00
parent 7326f45ffd
commit 598e39a1f3
49 changed files with 54 additions and 54 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div>
<teleport to="#_teleport_header"><fa :icon="faHashtag"/>{{ $t('explore') }}</teleport>
<portal to="header"><fa :icon="faHashtag"/>{{ $t('explore') }}</portal>
<div class="localfedi7 _panel" v-if="meta && stats && tag == null" :style="{ backgroundImage: meta.bannerUrl ? `url(${meta.bannerUrl})` : null }">
<header><span>{{ $t('explore', { host: meta.name || 'Misskey' }) }}</span></header>