Skip to content

Commit

Permalink
fix: fix broken edit project link (#5147)
Browse files Browse the repository at this point in the history
fix broken edit project link

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
  • Loading branch information
andreas-unleash committed Oct 25, 2023
1 parent 6ffca07 commit d681e61
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -53,7 +53,7 @@ export const MetaWidget: FC<IMetaWidgetProps> = ({ id, description }) => {
<ConditionallyRender
condition={!description}
show={
<WidgetFooterLink to={`/projects/${id}/edit`}>
<WidgetFooterLink to={`/projects/${id}/settings`}>
Add description
</WidgetFooterLink>
}
Expand Down

0 comments on commit d681e61

Please sign in to comment.