Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Divyanshgarg-04 committed Mar 16, 2024
1 parent 0f9bff5 commit cf4e5ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)
2 changes: 1 addition & 1 deletion src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function Navbar({setModeState,setRGBValue,RGBValue,correct,setCorrect}) {
<>
<div className="h-full bg-cyan-600 font-medium p-2 mb-0 text-white">
{/* <div className="">Mode</div> */}
<div className="mx-1/2 text-center text-4xl bg-cyan-600">Color Guessing Game</div>
<div className="mx-1/2 text-center text-4xl bg-cyan-600">Colour Guessing Game</div>
<div className="mx-1/2 text-center text-7xl bg-cyan-600">RGB({RGBValue[0]},{RGBValue[1]},{RGBValue[2]})</div>
<div className="mx-1/2 text-center text-4xl bg-cyan-600">Guessing Game</div>
</div>
Expand Down

0 comments on commit cf4e5ff

Please sign in to comment.