Skip to content

Commit

Permalink
prettier code
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxco10 committed Oct 29, 2024
1 parent 6cc3f4f commit a0b13bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import { getLocale, getMessages } from 'next-intl/server'
import Image from 'next/image'
import Link from 'next/link'
import { Suspense } from 'react'
import './globals.css'
import { version } from '../../package.json'
import './globals.css'

export const metadata: Metadata = {
metadataBase: new URL(env.NEXT_PUBLIC_BASE_URL),
Expand Down Expand Up @@ -142,7 +142,7 @@ function Content({ children }: { children: React.ReactNode }) {
</span>
</div>
</div>
<div className='flex absolute bottom-0 right-0'>{version}</div>
<div className="flex absolute bottom-0 right-0">{version}</div>
</footer>
<Toaster />
</TRPCProvider>
Expand Down

0 comments on commit a0b13bb

Please sign in to comment.