Update supabase.tsx icon height

This commit is contained in:
Filip Cumpalovic 2024-02-28 10:55:13 +01:00 committed by GitHub
parent 49cb2200d9
commit 3b599380a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ import { SVGProps } from "react";
const SvgSupabase = (props: SVGProps<SVGSVGElement>) => (
<svg
width={24}
height={64}
height={24}
viewBox="0 0 512 512"
fill="none"
xmlns="http://www.w3.org/2000/svg"