wip
This commit is contained in:
parent
bcf20914d3
commit
9ef4815ffb
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
|
||||||
<Shell
|
<Shell
|
||||||
title={`${eventType.title} | Event Type`}
|
title={`${eventType.title} | Event Type`}
|
||||||
heading={
|
heading={
|
||||||
<div className="relative group md:max-w-5xl mx-auto" onClick={() => setEditIcon(false)}>
|
<div className="relative group" onClick={() => setEditIcon(false)}>
|
||||||
<input
|
<input
|
||||||
ref={titleRef}
|
ref={titleRef}
|
||||||
type="text"
|
type="text"
|
||||||
|
|
Loading…
Reference in a new issue