From 5afc31170448db8164dedb71b91f7d1c53624722 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 30 Nov 2024 14:48:20 +0000 Subject: [PATCH] Fix missing space between hugging machine and and (#529) --- src/components/CowCard/Subheader/Subheader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CowCard/Subheader/Subheader.js b/src/components/CowCard/Subheader/Subheader.js index 96a4dfa9..7cabbd27 100644 --- a/src/components/CowCard/Subheader/Subheader.js +++ b/src/components/CowCard/Subheader/Subheader.js @@ -150,7 +150,7 @@ const Subheader = ( placement: 'top', title: ( - Check this box to put {cow.name} into a {huggingMachine.name} + Check this box to put {cow.name} into a {huggingMachine.name}{' '} and automatically hug them at the start of every day. Requires a Hugging Machine in your inventory.