Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coderofstuff committed Aug 4, 2024
1 parent 1ce6fcf commit afdcc5c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@

@font-face {
font-family: 'Inter';
src: url(../../public/fonts/Inter-VariableFont_opsz,wght.ttf);
}
src: url(../../public/fonts/Inter-VariableFont.ttf);
}
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ root.render(
</BrowserRouter>
</React.StrictMode>,
);

0 comments on commit afdcc5c

Please sign in to comment.