Merge pull request #1040 from akhilmhdh/fix/path-wrong-name

fix: resolved dashboard showing text folderName in nesting folders
This commit is contained in:
Maidul Islam
2023-10-02 07:45:01 -07:00
committed by GitHub

View File

@@ -144,7 +144,7 @@ export default function NavHeader({
href={{ pathname: "/project/[id]/secrets/[env]", query }}
>
<a className="text-sm font-semibold text-primary/80 hover:text-primary">
folderName
{folderName}
</a>
</Link>
)}