mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
Update ServerHeader.tsx
This commit is contained in:
parent
cfc55a4a9d
commit
993b85843b
1 changed files with 2 additions and 2 deletions
|
@ -35,12 +35,12 @@ export default observer(({ server }: Props) => {
|
|||
<Tooltip content={"Official Server"} placement={"bottom-start"}>
|
||||
<svg width="20" height="20">
|
||||
<image
|
||||
xlinkHref="/assets/verified.svg"
|
||||
xlinkHref="/assets/badges/verified.svg"
|
||||
height="20"
|
||||
width="20"
|
||||
/>
|
||||
<image
|
||||
xlinkHref="/assets/revolt_r.svg"
|
||||
xlinkHref="/assets/badges/revolt_r.svg"
|
||||
height="15"
|
||||
width="15"
|
||||
x="2"
|
||||
|
|
Loading…
Reference in a new issue