Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…mplate into feat/SLB-288
  • Loading branch information
HagerDakroury committed May 17, 2024
2 parents dd703d9 + fcacb8a commit 822032e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/components/Organisms/PageContent/BlockCta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ export function BlockCta(props: BlockCtaFragment) {
return (
<div className="container-page">
<div className="container-content">
<div className="container-text">
<div className="container-text my-2 lg:my-3">
<Link
className={clsx(
{
'flex-row-reverse':
props.iconPosition === CtaIconPosition.Before,
},
'text-blue-600 hover:text-white border border-blue-600 hover:bg-blue-600 focus:ring-4 focus:outline-none focus:ring-blue-300 rounded-lg py-2 px-3 gap-2 flex flex-row items-center text-xs font-medium text-center w-fit transition-all duration-200 ease-in-out group',
'text-blue-600 hover:text-white border border-blue-600 hover:bg-blue-600 focus:ring-4 focus:outline-none focus:ring-blue-300 rounded-lg py-2 px-3 gap-2 flex flex-row items-center text-xs leading-[1.125rem] font-medium text-center w-fit transition-all duration-200 ease-in-out group',
)}
href={props.url ?? ('/' as Url)}
target={props.openInNewTab ? '_blank' : '_self'}
Expand Down

0 comments on commit 822032e

Please sign in to comment.