Skip to content

Commit

Permalink
chore: remove nprogress
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Apr 16, 2024
1 parent b84827c commit e1645ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 96 deletions.
84 changes: 0 additions & 84 deletions link.tsx

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.49",
"version": "0.0.50",
"sideEffects": false,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,6 @@
"lodash-es": "4.17.21",
"lucide-react": "0.368.0",
"next-themes": "0.3.0",
"nprogress": "0.2.0",
"react-hook-form": "7.51.3",
"sonner": "1.4.41",
"tailwind-merge": "2.2.2",
Expand Down
11 changes: 1 addition & 10 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,4 @@ iframe {
.lucide {
/* bigger stroke for ALL icons */
stroke-width: 1.75px !important;
}

/* NProgress (top progress bar on page load) */
#nprogress .spinner {
display: none !important;
}

#nprogress .peg {
opacity: 0.5 !important;
}
}

0 comments on commit e1645ee

Please sign in to comment.