Skip to content

Commit

Permalink
Fixed Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
shivansh-bhatnagar18 committed Jun 7, 2024
1 parent b6b635c commit ee2272f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Link } from 'react-router-dom';
function Home() {
return (
<>
<div className='font-kavoon'>Home Page</div>
<div className="font-kavoon">Home Page</div>
<Link to="/play">Play</Link>
</>
);
Expand Down

0 comments on commit ee2272f

Please sign in to comment.