chore: updated redirection in archied estimates (#4919)

This commit is contained in:
guru_sainath
2024-06-24 17:06:42 +05:30
committed by GitHub
parent a554d87531
commit 08c4027e77

View File

@@ -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&nbsp;
<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>