Skip to content
Snippets Groups Projects
Verified Commit 081adb1b authored by bunnybeam's avatar bunnybeam
Browse files

Remove seemingly redundant banner image

parent 3de47474
No related branches found
No related tags found
1 merge request!940Remove redundant banner image on user home page
......@@ -15,7 +15,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkRemoteCaution v-if="user.host != null" :href="user.url ?? user.uri!" class="warn"/>
<div :key="user.id" class="main _panel">
<div class="banner-container" :class="{ [$style.bannerContainerTall]: useTallBanner }" :style="style">
<div class="banner-container" :class="{ [$style.bannerContainerTall]: useTallBanner }">
<div ref="bannerEl" class="banner" :style="style"></div>
<div class="fade"></div>
<div class="title">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment