Skip to content

Commit

Permalink
Merge pull request #109 from Crossbell-Box/feat/achievements
Browse files Browse the repository at this point in the history
  • Loading branch information
Songkeys committed Nov 28, 2022
2 parents 9f7b7d5 + 102bdf5 commit f2123b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/[handle]/achievement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ export default function Page() {
)}
</Modal>

<div className="mt-40px">
<div>
{achievementGroups.map((group) => (
<div key={group.id}>
<div key={group.id} className="mt-40px">
<AchievementsTitle>{group.title}</AchievementsTitle>
<div className="mt-40px px-24px">
<SimpleGrid {...gridProps}>
Expand Down

1 comment on commit f2123b1

@vercel
Copy link

@vercel vercel bot commented on f2123b1 Nov 28, 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:

crossbell-io – ./

crossbell-io-crossbell.vercel.app
crossbell-io-git-main-crossbell.vercel.app
crossbell.vercel.app

Please sign in to comment.