diff --git a/components/Header/index.js b/components/Header/index.js index 5830f8b..5efbf0a 100644 --- a/components/Header/index.js +++ b/components/Header/index.js @@ -67,7 +67,7 @@ export default function Header(props: Props) { role="tooltip" > { currentCount === totalItemsCount - ? `🎉 Checklist Complete! 🎉` + ? `🎉 Checklist complete! 🎉` : `${currentCount} of ${totalItemsCount} completed`}