Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion apps/web/src/app/[locale]/(marketing)/neo-shortener/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</motion.p>
</motion.div>
);
Expand Down
8 changes: 4 additions & 4 deletions apps/web/src/app/[locale]/(marketing)/neo-shortener/page.tsx
Original file line number Diff line number Diff line change
@@ -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 (
<div>
<NeoShortenerHero />
<NeoShortenerHero />
</div>
)
);
}
4 changes: 2 additions & 2 deletions apps/web/src/app/[locale]/shared/navigation-config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
Loading