Skip to content

Commit

Permalink
Remove variant="secondary" from Portal button
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Mar 5, 2024
1 parent bfbba2d commit 2513cfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/components/Shared/Oembed/Portal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ const Portal: FC<PortalProps> = ({ portal, publicationId }) => {
? 'submit'
: 'button'
}
variant="secondary"
>
{button}
</Button>
Expand Down

1 comment on commit 2513cfc

@vercel
Copy link

@vercel vercel bot commented on 2513cfc Mar 5, 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
hey.xyz
web-git-main-heyxyz.vercel.app

Please sign in to comment.