mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-12-08 23:11:10 +01:00
i run patch on main, checked out this branch, run prettier format, and then run diff
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
--- template/app/src/landing-page/logos/PrismaLogo.tsx
|
||||
+++ opensaas-sh/app/src/landing-page/logos/PrismaLogo.tsx
|
||||
@@ -1,11 +1,11 @@
|
||||
@@ -1,8 +1,8 @@
|
||||
export default function PrismaLogo() {
|
||||
return (
|
||||
- <svg width={48} height={48} viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'>
|
||||
+ <svg width={32} height={32} viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'>
|
||||
<path
|
||||
className='dark:fill-white'
|
||||
fill='#545454'
|
||||
d='M25.21,24.21,12.739,27.928a.525.525,0,0,1-.667-.606L16.528,5.811a.43.43,0,0,1,.809-.094l8.249,17.661A.6.6,0,0,1,25.21,24.21Zm2.139-.878L17.8,2.883h0A1.531,1.531,0,0,0,16.491,2a1.513,1.513,0,0,0-1.4.729L4.736,19.648a1.592,1.592,0,0,0,.018,1.7l5.064,7.909a1.628,1.628,0,0,0,1.83.678l14.7-4.383a1.6,1.6,0,0,0,1-2.218Z'
|
||||
/>
|
||||
</svg>
|
||||
- )
|
||||
+ );
|
||||
}
|
||||
<svg
|
||||
- width={48}
|
||||
- height={48}
|
||||
+ width={32}
|
||||
+ height={32}
|
||||
viewBox="0 0 32 32"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user