1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-12 01:17:04 +02:00

fix: update link text for archived feature navigation (#9698)

If you try to visit an archived flag, you're told you can find it on the
project archive page, but that page isn't visible by default anymore.
This is an update to take you to the project overview with a filter for
archived flags instead.
This commit is contained in:
Tymoteusz Czech 2025-04-08 11:03:01 +02:00 committed by GitHub
parent 4b3c808169
commit 1930c0f408
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,8 +30,8 @@ export const FeatureNotFound = () => {
<p>
The feature <StyledFeatureId>{featureId}</StyledFeatureId> has
been archived. You can find it on the{' '}
<Link to={`/projects/${projectId}/archive`}>
project archive page
<Link to={`/projects/${projectId}?archived=IS%3Atrue`}>
project overview with archived flags filter
</Link>
.
</p>