From 26dc18babc11bedb4a26dc082af5e5f16c5a5fc4 Mon Sep 17 00:00:00 2001 From: tinlam-hws <227969240+tinlam-hws@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:19:28 +0000 Subject: [PATCH] style: apply biome formatting --- .../src/app/[locale]/(marketing)/neo-shortener/hero.tsx | 3 ++- .../src/app/[locale]/(marketing)/neo-shortener/page.tsx | 8 ++++---- apps/web/src/app/[locale]/shared/navigation-config.tsx | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) 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 (