From bf9769728e9a95db4022eb65955f65b1a98b7cff Mon Sep 17 00:00:00 2001 From: GuillaumeSD Date: Sat, 19 Apr 2025 20:38:43 +0200 Subject: [PATCH] fix : repo rename to chesskit --- README.md | 10 +++++----- src/sections/layout/NavBar.tsx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a11afd8..91fcd4b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
- - Logo + + Logo

Chesskit

@@ -11,7 +11,7 @@
Discord Server ยท - Features Backlog + Features Backlog


@@ -31,13 +31,13 @@ It aims to offer all the features it can from the best chess apps, while being f - Play against Stockfish at any elo - Store your games in your browser database - + ## Stack Built with [Next.js](https://nextjs.org/docs), [React](https://react.dev/learn/describing-the-ui), [Material UI](https://mui.com/material-ui/getting-started/overview/), and [TypeScript](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html). -Deployed on [Firebase](https://firebase.google.com/docs/hosting), see it live [here](https://freechess.web.app). +Deployed on AWS with [AWS CDK](https://docs.aws.amazon.com/cdk/v2/guide/home.html), see it live [here](https://chesskit.org). ## Running the app in dev mode diff --git a/src/sections/layout/NavBar.tsx b/src/sections/layout/NavBar.tsx index d11c09d..fe7833d 100644 --- a/src/sections/layout/NavBar.tsx +++ b/src/sections/layout/NavBar.tsx @@ -70,7 +70,7 @@ export default function NavBar({ darkMode, switchDarkMode }: Props) { color="inherit" sx={{ ml: "min(0.6rem, 0.8vw)" }} onClick={() => - window.open("https://github.com/GuillaumeSD/freechess") + window.open("https://github.com/GuillaumeSD/Chesskit") } >