mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -05:00
Update ServerHeader.tsx
This commit is contained in:
parent
a164cd4016
commit
3d31a6c8f9
1 changed files with 3 additions and 3 deletions
|
@ -40,13 +40,13 @@ export default observer(({ server }: Props) => {
|
|||
width="20"
|
||||
/>
|
||||
<image
|
||||
xlinkHref="/assets/badges/developer.svg"
|
||||
xlinkHref="/assets/revolt_r.svg"
|
||||
height="15"
|
||||
width="15"
|
||||
x="3"
|
||||
x="2"
|
||||
y="3"
|
||||
style={
|
||||
"justify-content: center; align-items: center;"
|
||||
"justify-content: center; align-items: center; filter: brightness(0);"
|
||||
}
|
||||
/>
|
||||
</svg>
|
||||
|
|
Loading…
Reference in a new issue