Skip to content

Commit

Permalink
package reset
Browse files Browse the repository at this point in the history
  • Loading branch information
édouard wautier authored and édouard wautier committed Oct 28, 2023
1 parent 4772c04 commit 83a92a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/components/home/contentComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ export const A = ({
variant = "primary",
className = "",
}: AProps) => (
<a
<span
className={classNames(
className,
"font-semibold transition-all duration-300 ease-out hover:underline hover:underline-offset-4",
aClasses[variant]
)}
>
{children}
</a>
</span>
);

export const Strong = ({ children, className = "" }: ContentProps) => (
Expand Down

0 comments on commit 83a92a8

Please sign in to comment.