Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bonk1t committed Mar 29, 2024
1 parent 45435fe commit 1fbc78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/sign-in/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Login from "../../components/login";

const LoginForm = ({ data }: any) => {
return (
<Layout meta={data.site.siteMetadata} title="Sign-In" link={'sing-in'}>
<Layout meta={data.site.siteMetadata} title="Sign-In" link={'sign-in'}>
<Login/>
</Layout>
);
Expand Down

0 comments on commit 1fbc78b

Please sign in to comment.