Skip to content

Commit

Permalink
Merge pull request #75 from jcari-dev/migration-done
Browse files Browse the repository at this point in the history
Migration done
  • Loading branch information
jcari-dev authored Oct 23, 2024
2 parents d64e3ca + 66cf23b commit d7e4824
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions chess/src/pages/home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { Helmet } from "react-helmet";
import BackdropExample from "../../components/main/home/BackendDown";
import LoginButton from "../../components/main/login/Login";
import { useNavigate } from "react-router-dom";
import ServerMigration from "../../components/main/home/ServerMigration";


function PlayCard() {
Expand Down Expand Up @@ -46,8 +45,7 @@ function PlayCard() {
return (
<div>
<LoginButton />
{/* <BackdropExample /> */}
<ServerMigration/>
<BackdropExample />
<Helmet>
<meta name="description" content="Home Page - Welcome to PlayChess!" />
</Helmet>
Expand Down

0 comments on commit d7e4824

Please sign in to comment.