Part 1 of top bar UI refresh (#603)

* Hitting enter should rename project title

* Part 1 of topbar styling refresh
This commit was merged in pull request #603.
This commit is contained in:
Todd Medema
2022-01-24 15:46:00 -05:00
committed by GitHub
parent 0a6439161e
commit f30eeb2b95
3 changed files with 16 additions and 13 deletions

View File

@@ -53,14 +53,14 @@ const EditableProjectTitle = ({
<>
{!inEditMode && (
<>
<Link
/<Link
className="underline-hovered"
to={routes.project({
userName,
projectTitle,
})}
className="pl-4"
>
/{projectTitle}
{projectTitle}
</Link>
{canEdit && (
<button