We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f1b81 commit 7556f2cCopy full SHA for 7556f2c
1 file changed
website/fridge.tsx
@@ -336,7 +336,17 @@ const WordControls = withSharedState<FridgeWordType[]>(
336
<br />
337
try changing to a different wall!
338
</div>
339
- ) : undefined}
+ ) : (
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
+ )}
350
<div
351
style={{
352
display: "flex",
0 commit comments