We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1469169 commit 2a5036eCopy full SHA for 2a5036e
src/app/design-system/page.tsx
@@ -160,11 +160,6 @@ function Page() {
160
<h2 className="text-2xl font-semibold pb-1">Spinner</h2>
161
<Spinner />
162
</div>
163
-
164
- <div className="space-y-3">
165
- <h2 className="text-2xl font-semibold pb-1">Spinner</h2>
166
- <Spinner />
167
- </div>
168
169
);
170
}
src/shared/components/keep/Keep.tsx
@@ -1,6 +1,5 @@
1
import KeepIcon from '@/shared/assets/icons/keep_36.svg';
2
import KeepIconActive from '@/shared/assets/icons/keep_active_36.svg';
3
4
import { useState } from 'react';
5
function Keep() {
6
const [isClick, setIsClick] = useState(false);
0 commit comments