Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sar-mko committed Oct 4, 2024
1 parent 93e1fa1 commit 6369357
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/views/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@ import { Outlet, NavLink } from 'react-router-dom';
import './Layout.css';
import { useAuth, SignInButton, SignOutButton } from '../api';

/**
* TODO: The links defined in this file don't work!
*
* Instead of anchor element, they should use a component
* from `react-router-dom` to navigate to the routes
* defined in `App.jsx`.
*/

const handleActive = ({ isActive }) => {
return {
fontWeight: isActive ? '900' : '',
Expand Down

0 comments on commit 6369357

Please sign in to comment.