Improving styles wip

This commit is contained in:
2025-02-15 19:12:48 +01:00
parent 4bb441a125
commit d3c6a4e024
4 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ function Typing() {
<TypingContextProvider>
<div className='container'>
<Code code={code} loaded={loaded} />
<Stats />
<Stats loaded={loaded} />
</div>
</TypingContextProvider>
);