Skip to content

Commit 7556f2c

Browse files
committed
change text
1 parent 70f1b81 commit 7556f2c

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

website/fridge.tsx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,17 @@ const WordControls = withSharedState<FridgeWordType[]>(
336336
<br />
337337
try changing to a different wall!
338338
</div>
339-
) : undefined}
339+
) : (
340+
<div
341+
style={{
342+
textAlign: "right",
343+
color: "slategray",
344+
fontSize: ".8em",
345+
}}
346+
>
347+
p.s. you can hit "enter" to add, too
348+
</div>
349+
)}
340350
<div
341351
style={{
342352
display: "flex",

0 commit comments

Comments
 (0)