OGP meta tags and SEO optimization

This commit is contained in:
VityaSchel
2023-10-12 16:03:43 +04:00
parent 23e32a63c4
commit 3af808d77c
5 changed files with 17 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ const CardTitle = React.forwardRef<
HTMLParagraphElement,
React.HTMLAttributes<HTMLHeadingElement>
>(({ className, ...props }, ref) => (
<h3
<span
ref={ref}
className={cn(
"text-2xl font-semibold leading-none tracking-tight",