mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-25 16:58:39 +01:00
14 lines
341 B
Diff
14 lines
341 B
Diff
--- template/app/src/landing-page/logos/PrismaLogo.tsx
|
|
+++ opensaas-sh/app/src/landing-page/logos/PrismaLogo.tsx
|
|
@@ -1,8 +1,8 @@
|
|
export default function PrismaLogo() {
|
|
return (
|
|
<svg
|
|
- width={48}
|
|
- height={48}
|
|
+ width={32}
|
|
+ height={32}
|
|
viewBox="0 0 32 32"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|