mirror of
https://github.com/hazemKrimi/touch-programming.git
synced 2026-05-01 18:20:26 +00:00
Styling pages WIP
This commit is contained in:
@@ -73,7 +73,7 @@ function Code({ code, loaded }: CodeProps) {
|
||||
}, [timer, characters]);
|
||||
|
||||
return (
|
||||
<div className='code'>
|
||||
<div className='code-container'>
|
||||
{code.split('').map((char, index) => renderCharacter(code, characters, loaded, char, index))}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user