mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-06 21:22:36 +00:00
chore: limit workspace name length
This commit is contained in:
@ -36,8 +36,8 @@ const Header: React.FC = () => {
|
||||
<>
|
||||
<div className="w-full bg-amber-50">
|
||||
<div className="w-full max-w-4xl mx-auto px-3 py-5 flex flex-row justify-between items-center">
|
||||
<div className="flex flex-row justify-start items-center">
|
||||
<Link to={"/"} className="text-base font-mono font-medium cursor-pointer">
|
||||
<div className="flex flex-row justify-start items-center shrink mr-2">
|
||||
<Link to="/" className="text-base font-mono font-medium cursor-pointer">
|
||||
Corgi
|
||||
</Link>
|
||||
{workspaceList.length > 0 && activedWorkspace !== undefined && (
|
||||
@ -78,7 +78,7 @@ const Header: React.FC = () => {
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
<div className="relative">
|
||||
<div className="relative flex-shrink-0">
|
||||
{user ? (
|
||||
<Dropdown
|
||||
trigger={
|
||||
|
Reference in New Issue
Block a user