Skip to content

Commit

Permalink
fix: singlequote violation
Browse files Browse the repository at this point in the history
  • Loading branch information
cvyl committed Aug 11, 2024
1 parent bea96b9 commit 8c21ae2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
reactStrictMode: true,
output: 'export',
reactStrictMode: true
}

export default nextConfig
1 change: 0 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const fontBody = Inter({

export const metadata: Metadata = {
title: 'HRT.info',
description: " HRT.info is a platform dedicated to providing comprehensive information and resources about Hormone Replacement Therapy (HRT) for transgender individuals. Whether you have access to medical supplies through a doctor's prescription or are exploring alternative options, our goal is to offer valuable insights and guidance. ",
}

export default function RootLayout({
Expand Down
4 changes: 1 addition & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ export default function Page() {
<Tooltip>
<TooltipTrigger>
<Button asChild className='button-secondary'>
<Link href='https://wiki.sumianvoice.com/'>
V.R.R.
</Link>
<Link href='https://wiki.sumianvoice.com/'>V.R.R.</Link>
</Button>
</TooltipTrigger>
<TooltipContent>
Expand Down

0 comments on commit 8c21ae2

Please sign in to comment.