mirror of
https://github.com/makeplane/plane.git
synced 2025-12-24 23:59:40 +01:00
chore: updated redirection in archied estimates (#4919)
This commit is contained in:
@@ -82,7 +82,11 @@ export const EstimateRoot: FC<TEstimateRoot> = observer((props) => {
|
||||
<p className="text-sm text-custom-text-200">
|
||||
Estimates have gone through a change, these are the estimates you had in your older versions which
|
||||
were not in use. Read more about them
|
||||
<a href={"#"} target="_blank" className="text-custom-primary-100/80 hover:text-custom-primary-100">
|
||||
<a
|
||||
href={"https://docs.plane.so/core-concepts/projects/run-project#estimate"}
|
||||
target="_blank"
|
||||
className="text-custom-primary-100/80 hover:text-custom-primary-100"
|
||||
>
|
||||
here.
|
||||
</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user