Remove the 123456 below the actual code

It prevents copy pasting (and doesn't look too good either)
This commit is contained in:
Manav Rathi 2024-03-29 16:03:34 +05:30
parent 70e5e9b13c
commit 0d3662d9fe
No known key found for this signature in database

View file

@ -52,13 +52,6 @@ export default function LargeType({ chars }: { chars: string[] }) {
>
{char}
</span>
<span
style={{
fontSize: "1rem",
}}
>
{i + 1}
</span>
</tr>
))}
</table>