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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user