diff --git a/apps/web/src/app/[locale]/(marketing)/neo-shortener/hero.tsx b/apps/web/src/app/[locale]/(marketing)/neo-shortener/hero.tsx index 6d83e02793..65e407ab69 100644 --- a/apps/web/src/app/[locale]/(marketing)/neo-shortener/hero.tsx +++ b/apps/web/src/app/[locale]/(marketing)/neo-shortener/hero.tsx @@ -47,7 +47,8 @@ export default function NeoShortenerHero() { animate={{ opacity: 1 }} transition={{ delay: 0.5, duration: 0.8 }} > - Transform your long url into a shorter version. Perfect for sharing on social media and other platforms where space is limited. + Transform your long url into a shorter version. Perfect for sharing on + social media and other platforms where space is limited. ); diff --git a/apps/web/src/app/[locale]/(marketing)/neo-shortener/page.tsx b/apps/web/src/app/[locale]/(marketing)/neo-shortener/page.tsx index 20775c4558..6a3281d022 100644 --- a/apps/web/src/app/[locale]/(marketing)/neo-shortener/page.tsx +++ b/apps/web/src/app/[locale]/(marketing)/neo-shortener/page.tsx @@ -1,10 +1,10 @@ -import React from 'react' -import NeoShortenerHero from './hero' +import React from 'react'; +import NeoShortenerHero from './hero'; export default function page() { return (
- +
- ) + ); } diff --git a/apps/web/src/app/[locale]/shared/navigation-config.tsx b/apps/web/src/app/[locale]/shared/navigation-config.tsx index 3577a630a5..11c76c7798 100644 --- a/apps/web/src/app/[locale]/shared/navigation-config.tsx +++ b/apps/web/src/app/[locale]/shared/navigation-config.tsx @@ -110,8 +110,8 @@ export const useNavigation = (t: any): { categories: NavCategory[] } => { { href: '/neo-shortener', label: 'Neo Shortener', - description: 'fyfyfyf' - } + description: 'fyfyfyf', + }, ] as NavItem[]; const games = [