We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926858b commit f182b1fCopy full SHA for f182b1f
components/landing/about-tailspin.tsx
@@ -38,9 +38,8 @@ const AboutTailspin = () => {
38
className='relative flex h-full flex-col items-center justify-center rounded-lg bg-black p-6'
39
id='about-section'
40
>
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
+ <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'>
+ <TailspinLogo outershellClassname='h-7 w-7' /> Tailspin
44
</p>
45
<div className='grid rounded-lg md:grid-cols-2'>
46
<AboutTailSpinBoxes
0 commit comments