Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xmliszt committed Sep 15, 2024
1 parent a484b9f commit 7191dd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
14 changes: 0 additions & 14 deletions app/outgoing-links-carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,20 +87,6 @@ export function OutgoingLinksCarousel() {
</div>
</Link>
</CarouselItem>
<CarouselItem key={6} className='flex items-center justify-center'>
<a
className='rounded-md transition-all hover:scale-105 hover:opacity-70'
href='https://www.theinsaneapp.com/tools/taboo-ai/'
>
<Image
className='rounded-md border-[1px]'
alt='Taboo.AI: A Cutting-Edge AI-Powered Game for Language Learning and Fun | Featured on AIBRB.COM'
src='https://avosfnqiscrmxpqmhswp.supabase.co/storage/v1/object/public/socials/Featured%20On%20TheInsaneApp.com.png'
width='240'
height='50'
/>
</a>
</CarouselItem>
</CarouselContent>
<CarouselNext className='!relative !right-0 !top-0 !flex !aspect-square !translate-x-0 !translate-y-0 !rounded-lg !border-none' />
</Carousel>
Expand Down
3 changes: 1 addition & 2 deletions components/custom/side-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ export default function SideMenu() {
{
path: '/ai',
title: 'Play AI generated topics',
subtitle:
'Play with AI generated topics for endless possibilities! Exclusive to pro plan subscribers!',
subtitle: 'Play with AI generated topics for endless possibilities!',
visible: true,
href: '/ai',
cta: true,
Expand Down

0 comments on commit 7191dd1

Please sign in to comment.