Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sawaYch committed Mar 1, 2024
1 parent b6b38e5 commit 0830ff9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion components/auth-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const SubmitButton = ({
return (
<Button
type='button'
className={cn('h-14 w-14 rounded-full', className)}
className={cn('h-12 w-12 rounded-full', className)}
{...props}
>
{isLoading ? <Spinner /> : <KeyRound size={28} />}
Expand Down
1 change: 0 additions & 1 deletion components/poll-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import {
AlertDialogTrigger,
} from '@/components/ui/alert-dialog';
import { Bar } from 'react-chartjs-2';
import { faker } from '@faker-js/faker';
import {
Chart as ChartJS,
CategoryScale,
Expand Down
16 changes: 0 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"format:fix": "npx prettier -w \"**/*.{ts,tsx,css}\""
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-label": "^2.0.2",
Expand Down

0 comments on commit 0830ff9

Please sign in to comment.