style: update Logo and Kit title styling in App Shell
This commit is contained in:
@@ -7,7 +7,7 @@ export default function Logo({ className = '', size = 120 }: { className?: strin
|
||||
<motion.svg
|
||||
width={size}
|
||||
height={size}
|
||||
viewBox="0 0 200 200"
|
||||
viewBox="0 0 64 64"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
className={className}
|
||||
@@ -17,7 +17,7 @@ export default function Logo({ className = '', size = 120 }: { className?: strin
|
||||
>
|
||||
{/* Wrench (Lucide) - vertical */}
|
||||
<motion.g
|
||||
transform="translate(100, 100) rotate(0) scale(5) translate(-12, -12)"
|
||||
transform="translate(32, 32) rotate(0) scale(3.15) translate(-12.5, -11.5)"
|
||||
initial={{ pathLength: 0, opacity: 0 }}
|
||||
animate={{ pathLength: 1, opacity: 1 }}
|
||||
transition={{ duration: 1.2, ease: 'easeInOut' }}
|
||||
@@ -35,7 +35,7 @@ export default function Logo({ className = '', size = 120 }: { className?: strin
|
||||
|
||||
{/* Brush (Lucide) - horizontal flipped */}
|
||||
<motion.g
|
||||
transform="translate(100, 97) rotate(90) scale(5) translate(-12, -12)"
|
||||
transform="translate(32, 30) rotate(90) scale(3.025) translate(-11.25, -11)"
|
||||
initial={{ pathLength: 0, opacity: 0 }}
|
||||
animate={{ pathLength: 1, opacity: 1 }}
|
||||
transition={{ duration: 1.2, delay: 0.3, ease: 'easeInOut' }}
|
||||
|
||||
Reference in New Issue
Block a user