mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 01:45:28 +00:00
Remove gradient on server banners.
This commit is contained in:
@@ -24,7 +24,7 @@ export default function ServerHeader({ server, ctx }: Props) {
|
||||
<Header borders
|
||||
placement="secondary"
|
||||
background={typeof bannerURL !== 'undefined'}
|
||||
style={{ background: bannerURL ? `linear-gradient(to bottom, transparent 50%, #000e), url('${bannerURL}')` : undefined }}>
|
||||
style={{ background: bannerURL ? `url('${bannerURL}')` : undefined }}>
|
||||
<ServerName>
|
||||
{ server.name }
|
||||
</ServerName>
|
||||
|
||||
Reference in New Issue
Block a user