style: workspace url (#816)

This commit is contained in:
Anmol Singh Bhatia 2023-04-13 19:33:22 +05:30 committed by GitHub
parent 3fa6185b63
commit c3ffd233a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ export const CreateWorkspaceForm: React.FC<Props> = ({
<div className="flex flex-col items-start justify-center gap-2.5">
<span>Workspace URL</span>
<div className="flex w-full items-center rounded-md border border-gray-300 px-3">
<span className="text-sm text-slate-600">
<span className="text-sm whitespace-nowrap text-slate-600">
{typeof window !== "undefined" && window.location.origin}/
</span>
<Input