Skip to content

Commit

Permalink
feat: fix font issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanmohapatra committed Feb 2, 2024
1 parent 2781fd0 commit 5683b33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Button, HStack, Heading, Stack, Image as Img } from '@chakra-ui/react';
import Image from 'next/image';

import { horizon } from '../font';

const Index = () => {
Expand Down

0 comments on commit 5683b33

Please sign in to comment.