File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,12 @@ export default async function AuthLayout({
2323 < div className = "flex h-screen" >
2424 < div className = "relative hidden flex-col items-start justify-between overflow-hidden p-12 md:flex md:w-1/2" >
2525 < div className = "absolute inset-0" >
26- < Iridescence amplitude = { 0.2 } color = { [ 0.1 , 0.2 , 0.9 ] } speed = { 0.5 } />
26+ < Iridescence
27+ amplitude = { 0.2 }
28+ color = { [ 0.1 , 0.2 , 0.9 ] }
29+ mouseReact = { false }
30+ speed = { 0.5 }
31+ />
2732 </ div >
2833 < Link className = "relative z-10" href = "https://www.databuddy.cc" >
2934 < Button
Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ const logo = (height: number, width: number) => (
1010 >
1111 < title > Databuddy</ title >
1212 < path
13- clip-rule = "evenodd"
13+ clipRule = "evenodd"
1414 d = "M9.66667 9.66667H14.5V14.5H9.66667V9.66667ZM14.5 14.5H19.3333V19.3333H14.5V14.5Z"
1515 fill = "white"
16- fill-rule = "evenodd"
16+ fillRule = "evenodd"
1717 />
1818 < path d = "M29 4.83333H24.1667V24.1667H29V4.83333Z" fill = "white" />
1919 < path
20- clip-rule = "evenodd"
20+ clipRule = "evenodd"
2121 d = "M0 0H24.1667V4.83333H4.83333V24.1667H24.1667V29H0V0Z"
2222 fill = "white"
23- fill-rule = "evenodd"
23+ fillRule = "evenodd"
2424 />
2525 < path
2626 d = "M51.2349 6.67191C56.4323 6.67191 59.3299 9.61556 59.3299 14.859C59.3299 20.0793 56.4783 23 51.3729 23H45.8535V6.67191H51.2349ZM48.7512 20.4473H51.2349C54.6845 20.4473 56.3633 18.6075 56.3633 14.859C56.3633 11.0414 54.6845 9.22461 51.2349 9.22461H48.7512V20.4473Z"
You can’t perform that action at this time.
0 commit comments