Skip to content

Commit

Permalink
fix SEO title
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway committed Aug 7, 2024
1 parent b54c29b commit b578773
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ const Login = () => {
if (!isLoggedIn) {
return (
<>
<PageSeo
title="Login Register"
description="Login to your account"
/>
<PageSeo title="Login" description="Login to your account" />
<Breadcrumb
pages={[{ path: "/", label: "home" }]}
currentPage="Login"
Expand Down

0 comments on commit b578773

Please sign in to comment.