Skip to content

Commit

Permalink
feat: quiz attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEscaleira committed Feb 23, 2024
1 parent f5d76fa commit 1212f34
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 34 deletions.
4 changes: 2 additions & 2 deletions src/__generated__/gql.ts

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

4 changes: 2 additions & 2 deletions src/__generated__/graphql.ts

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

2 changes: 1 addition & 1 deletion src/components/QuizAttempt/QuizAttempt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function QuizAttempt({ quiz }: QuizAttemptProps) {
<>
<Button
variant="gradient"
className="mt-6"
className="mt-2 md:mt-6"
color="green"
fullWidth
onClick={() => {
Expand Down
Loading

0 comments on commit 1212f34

Please sign in to comment.