Skip to content

Commit

Permalink
fix: add projects key
Browse files Browse the repository at this point in the history
  • Loading branch information
cubedhuang committed Jul 20, 2022
1 parent 90f0f5d commit cb7123e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ export default function Projects() {

<div className="flex absolute bottom-2 right-2 gap-2">
{stack.map(({ name, icon, src }) => (
<div className="relative group cursor-pointer flex justify-center">
<div
key={name}
className="relative group cursor-pointer flex justify-center"
>
<Image
key={name}
src={
Expand Down

1 comment on commit cb7123e

@vercel
Copy link

@vercel vercel bot commented on cb7123e Jul 20, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

danonl – ./

danonl-git-main-cubed.vercel.app
danonl-cubed.vercel.app
dannext.vercel.app
www.dan.onl
dan.onl

Please sign in to comment.