pull/899/head
Peer Richelsen 2021-10-11 09:32:58 +01:00
parent bcf20914d3
commit 9ef4815ffb
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
<Shell
title={`${eventType.title} | Event Type`}
heading={
<div className="relative group md:max-w-5xl mx-auto" onClick={() => setEditIcon(false)}>
<div className="relative group" onClick={() => setEditIcon(false)}>
<input
ref={titleRef}
type="text"