Skip to content

Commit 9a47413

Browse files
fix: fix typo
1 parent e9207e3 commit 9a47413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function App() {
66
return (
77
<Flex direction={'column'} align={'center'} style={{ height: '100vh' }}>
88
<Heading as='h1' size={'7'} style={{ padding: '4rem' }}>
9-
MNNIST Ineferance
9+
MNIST Ineferance
1010
</Heading>
1111
<CanvasBoard />
1212
</Flex>

0 commit comments

Comments
 (0)