Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumichocopengin8 committed Sep 1, 2024
1 parent e9207e3 commit 9a47413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function App() {
return (
<Flex direction={'column'} align={'center'} style={{ height: '100vh' }}>
<Heading as='h1' size={'7'} style={{ padding: '4rem' }}>
MNNIST Ineferance
MNIST Ineferance
</Heading>
<CanvasBoard />
</Flex>
Expand Down

0 comments on commit 9a47413

Please sign in to comment.