Skip to content

Commit

Permalink
fix: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Jan 8, 2024
1 parent 99b8183 commit 41b6b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/components/Publication/Actions/Mod.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const Mod: FC<ModProps> = ({ isFullPublication = false, publicationId }) => {
const setShowGardenerActionsAlert = useGlobalAlertStateStore(
(state) => state.setShowGardenerActionsAlert
);

const iconClassName = isFullPublication
? 'w-[17px] sm:w-[20px]'
: 'w-[15px] sm:w-[18px]';
Expand Down

2 comments on commit 41b6b37

@vercel
Copy link

@vercel vercel bot commented on 41b6b37 Jan 8, 2024

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 41b6b37 Jan 8, 2024

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:

web – ./apps/web

heyxyz.vercel.app
web-heyxyz.vercel.app
web-git-main-heyxyz.vercel.app
hey.xyz

Please sign in to comment.