diff --git a/README.md b/README.md index f768e33..988249e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,3 @@ -# React + Vite +# Deployment -This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. - -Currently, two official plugins are available: - -- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh -- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh +[Deployed Link](https://singular-valkyrie-c909f9.netlify.app/) \ No newline at end of file diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index a417afc..0abe66f 100644 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -43,7 +43,7 @@ function Navbar({setModeState,setRGBValue,RGBValue,correct,setCorrect}) { <>
{/*
Mode
*/} -
Color Guessing Game
+
Colour Guessing Game
RGB({RGBValue[0]},{RGBValue[1]},{RGBValue[2]})
Guessing Game