Skip to content

Commit

Permalink
Fix missing space between hugging machine and and (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielv123 authored Nov 30, 2024
1 parent 0e0be98 commit 5afc311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CowCard/Subheader/Subheader.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const Subheader = (
placement: 'top',
title: (
<Typography>
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.
</Typography>
Expand Down

0 comments on commit 5afc311

Please sign in to comment.