Skip to content

Commit

Permalink
Merge pull request #100 from mbeps/tweaks
Browse files Browse the repository at this point in the history
Tweaks
  • Loading branch information
mbeps authored Jul 7, 2023
2 parents 61de7f4 + 694e984 commit 2c40c7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/Modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const Modal: React.FC<ModalProps> = ({ isOpen, onClose, children, title }) => {
bg-white dark:bg-stone-900
hover:bg-gray-100 dark:hover:bg-stone-800
text-gray-400 dark:text-gray-500
hover:text-gray-500 dark:hover:text-red-900
hover:text-red-600 dark:hover:text-red-900
transition-colors duration-700 ease-in-out
`}
onClick={onClose}
Expand Down
2 changes: 2 additions & 0 deletions types/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,10 @@ const extraWebDevProjects: Project[] = [
`NextAuth`,
`MySQL`,
"tRPC",
"Prisma",
"Storybook",
`NX`,
`Jest`,
],
type: "Extra Web Dev",
},
Expand Down

1 comment on commit 2c40c7f

@vercel
Copy link

@vercel vercel bot commented on 2c40c7f Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.