Skip to content

Commit

Permalink
fix for new lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Jul 23, 2023
1 parent 73076ff commit 2954877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function Home() {
return (
<Layout
description="Concise, consistent, and legible badges"
title={`${siteConfig.title}`}
title={siteConfig.title}
>
<HomepageHeader />
<main>
Expand Down

0 comments on commit 2954877

Please sign in to comment.