main
Nickyux 2 years ago committed by GitHub
parent b5bc88c7d4
commit 0f7c80fd4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -81,7 +81,7 @@ const PlatformIndicator = ({ user }: { user: User; }) => {
<div
className="vc-platform-indicator"
style={{
display: "flex", alignItems: "center", marginLeft: "4px"
display: "flex", alignItems: "center", marginLeft: "4px", gap: "4px"
}}
>
{icons}

Loading…
Cancel
Save