Skip to content

Commit d14617a

Browse files
committed
fix: forgotten icon
1 parent 117595f commit d14617a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"class-variance-authority": "^0.7.1",
5959
"clsx": "^1.2.1",
6060
"copy-to-clipboard": "^3.3.3",
61-
"daisyui": "^4.4.23",
6261
"dayjs": "^1.11.7",
6362
"file-saver": "^2.0.5",
6463
"framer-motion": "^10.16.4",
@@ -126,6 +125,7 @@
126125
"astro": "4.16.7",
127126
"autoprefixer": "^10.4.12",
128127
"cross-env": "7.0.3",
128+
"daisyui": "4.12.10",
129129
"eslint": "^8.7.0",
130130
"eslint-config-next": "^13.1.1",
131131
"eslint-plugin-headers": "1.2.1",

src/shared/components/icon/solid.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ export {
2020
CheckIcon, CheckCircleIcon, PlusIcon, PlusCircleIcon, MinusCircleIcon,
2121
XMarkIcon,
2222
PlayCircleIcon,
23+
Bars3Icon,
2324
} from '@heroicons/react/20/solid';

0 commit comments

Comments
 (0)