Update Total Time In Project button text to include project name

This commit is contained in:
Davenludd 2024-04-14 16:12:47 +02:00
parent f8ca68dbea
commit 3cd2c7ba40

View file

@ -16,7 +16,7 @@ function PMProjectMembers(): JSX.Element {
<>
<Link to={`/PMtimeactivity/${projectName}`}>
<Button
text="Total Time / Activity"
text={`Total Time For ${projectName}`}
onClick={(): void => {
return;
}}