Remove the 123456 below the actual code
It prevents copy pasting (and doesn't look too good either)
This commit is contained in:
parent
70e5e9b13c
commit
0d3662d9fe
1 changed files with 0 additions and 7 deletions
|
@ -52,13 +52,6 @@ export default function LargeType({ chars }: { chars: string[] }) {
|
|||
>
|
||||
{char}
|
||||
</span>
|
||||
<span
|
||||
style={{
|
||||
fontSize: "1rem",
|
||||
}}
|
||||
>
|
||||
{i + 1}
|
||||
</span>
|
||||
</tr>
|
||||
))}
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue