Update hover effect on menu items and user links
This commit is contained in:
parent
2bc3b1b665
commit
97ea6713a4
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ function AllTimeReportsInProject(): JSX.Element {
|
|||
<Link
|
||||
to={`/editOthersTR/${projectName}/${username}/${newWeeklyReport.week}/${newWeeklyReport.signedBy ? "signed" : "unsigned"}`}
|
||||
key={index}
|
||||
className="border-b-2 border-black w-full"
|
||||
className="border-b-2 border-black w-full hover:font-extrabold"
|
||||
>
|
||||
<div className="flex justify-between">
|
||||
<h1>
|
||||
|
|
Loading…
Reference in a new issue