feat: Add current Writing Streak to Daily Notebooks (#2093)

This commit is contained in:
Mo
2022-12-08 11:11:13 -06:00
committed by GitHub
parent ad70bea368
commit d149b500ee
8 changed files with 62 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ const WhatsNew = ({ application }: { application: WebApplication }) => {
if (!changelog) {
return (
<div className="align-center flex h-full w-full items-center text-center">
<div className="flex h-full w-full items-center text-center">
<span className="w-full font-bold">Loading...</span>
</div>
)