Time / role link

This commit is contained in:
pavel Hamawand 2024-03-16 17:56:59 +01:00
parent 9aa5087871
commit bdd6f68470

View file

@ -16,12 +16,14 @@ function PMProjectMembers(): JSX.Element {
}} }}
/> />
</Link> </Link>
<Link to="/PM-time-role">
<Button <Button
text="Time / Role" text="Time / Role"
onClick={(): void => { onClick={(): void => {
return; return;
}} }}
/> />
</Link>
<BackButton /> <BackButton />
</> </>
); );