Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
fix: icon size on connect with Alby button (calcom#11746)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz authored Oct 8, 2023
1 parent 8a8d284 commit 88d438f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app-store/alby/pages/setup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ function AlbySetupPage(props: IAlbySetupProps) {

const albyIcon = (
<>
<img className="h-16 w-16 dark:hidden" src="/api/app-store/alby/icon-borderless.svg" alt="Alby Icon" />
<img className="h-12 w-12 dark:hidden" src="/api/app-store/alby/icon-borderless.svg" alt="Alby Icon" />
<img
className="hidden h-16 w-16 dark:block"
className="hidden h-12 w-12 dark:block"
src="/api/app-store/alby/icon-borderless-dark.svg"
alt="Alby Icon"
/>
Expand Down

0 comments on commit 88d438f

Please sign in to comment.