Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Dschoordsch committed Apr 25, 2024
1 parent f4e0cda commit 359222d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ const CreateActivityCard = (props: Props) => {
className={clsx('flex rounded-2xl hover:bg-slate-100 focus:outline-sky-500', className)}
to={`/activity-library/new-activity/${category}`}
>
<ActivityCard
className={'flex-1 cursor-pointer'}
theme={CATEGORY_THEMES[category]}
>
<ActivityCard className={'flex-1 cursor-pointer'} theme={CATEGORY_THEMES[category]}>
<div className='flex h-full w-full flex-col items-center justify-center pb-2 font-semibold'>
<div className='h-12 w-12'>
<AddIcon className='h-full w-full text-slate-700' />
Expand Down

0 comments on commit 359222d

Please sign in to comment.