Hotfix for PR #900: Remove unnecessary span tag
parent
6f219fc98c
commit
ff5b2b1668
|
@ -475,7 +475,6 @@ const CreateNewEventDialog = ({
|
|||
<div className="mt-1">
|
||||
<div className="flex rounded-sm shadow-sm">
|
||||
<span className="inline-flex items-center px-3 text-gray-500 border border-r-0 border-gray-300 rounded-l-md bg-gray-50 sm:text-sm">
|
||||
<span className="input-left">
|
||||
{process.env.NEXT_PUBLIC_APP_URL}/{router.query.eventPage || profiles[0].slug}/
|
||||
</span>
|
||||
<input
|
||||
|
|
Loading…
Reference in New Issue