Skip to content

Commit

Permalink
fix: center builtwithfern logo (#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
chdeskur authored Jan 7, 2025
1 parent 331678a commit afea2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fern-docs/components/src/BuiltWithFern.tsx
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ export const BuiltWithFern = forwardRef<HTMLAnchorElement, BuiltWithFernProps>(
{...props}
href={String(url)}
className={clsx(
"inline-flex items-baseline gap-1",
"mx-auto flex items-baseline gap-1",
props.className
)}
onMouseOver={composeEventHandlers(props.onMouseOver, onMouseOver)}

0 comments on commit afea2d0

Please sign in to comment.