This commit is contained in:
@@ -25,7 +25,7 @@ const CreateWish: FC<CreateWishProps> = (props) => {
|
||||
}
|
||||
value={props.wish.name}
|
||||
/>
|
||||
<div className={props.hasFocus ? 'block' : 'hidden'}>
|
||||
<div className={`${props.hasFocus ? 'block' : 'hidden'}`}>
|
||||
<InnerWishPrompt wish={props.wish} onChange={props.onSubmit} />
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -9,7 +9,7 @@ const HomeLayout: FC<HomeLayoutProps> = (props) => {
|
||||
return (
|
||||
<div className="bg-pink-50 min-h-screen">
|
||||
<div className={styles.root + ' space-x-6 pt-14'}>
|
||||
<h1 className="text-2xl space-x-2">
|
||||
<h1 className="text-2xl space-x-2 transition-all">
|
||||
<span>Wishes</span>
|
||||
<span>/</span>
|
||||
<span>{props.page}</span>
|
||||
|
Reference in New Issue
Block a user