mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: dashboard widget heading updated (#3709)
This commit is contained in:
parent
c7db290718
commit
d16a0b61d0
@ -96,7 +96,7 @@ export const RecentProjectsWidget: React.FC<WidgetProps> = observer((props) => {
|
|||||||
href={`/${workspaceSlug}/projects`}
|
href={`/${workspaceSlug}/projects`}
|
||||||
className="text-lg font-semibold text-custom-text-300 mx-7 hover:underline"
|
className="text-lg font-semibold text-custom-text-300 mx-7 hover:underline"
|
||||||
>
|
>
|
||||||
Your projects
|
Recent projects
|
||||||
</Link>
|
</Link>
|
||||||
<div className="space-y-8 mt-4 mx-7">
|
<div className="space-y-8 mt-4 mx-7">
|
||||||
{canCreateProject && (
|
{canCreateProject && (
|
||||||
|
Loading…
Reference in New Issue
Block a user