Update supabase.tsx

This commit is contained in:
Filip Cumpalovic 2024-02-28 11:03:30 +01:00 committed by GitHub
parent d40e6cd7cc
commit a189aaa51d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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