Skip to content

Commit f182b1f

Browse files
committed
Update Tailspin logo and text styling
1 parent 926858b commit f182b1f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

components/landing/about-tailspin.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ const AboutTailspin = () => {
3838
className='relative flex h-full flex-col items-center justify-center rounded-lg bg-black p-6'
3939
id='about-section'
4040
>
41-
<TailspinLogo />
42-
<p className='mb-5 flex bg-gradient-to-r from-orange-400 to-pink-500 bg-clip-text text-center text-4xl font-bold text-transparent'>
43-
Tailspin
41+
<p className='mb-5 flex items-center bg-gradient-to-r from-orange-400 to-pink-500 bg-clip-text text-center text-4xl font-bold text-transparent'>
42+
<TailspinLogo outershellClassname='h-7 w-7' /> Tailspin
4443
</p>
4544
<div className='grid rounded-lg md:grid-cols-2'>
4645
<AboutTailSpinBoxes

0 commit comments

Comments
 (0)