diff --git a/src/components/Header.tsx b/src/components/Header.tsx
index a4ef499..ddbc5bb 100644
--- a/src/components/Header.tsx
+++ b/src/components/Header.tsx
@@ -78,7 +78,7 @@ export default function Header({ links }: { links: typeof navMenuData }) {
REQUEST CONSULTATION
diff --git a/src/components/HeroOther.tsx b/src/components/HeroOther.tsx
index ff0dfb5..e66fd35 100644
--- a/src/components/HeroOther.tsx
+++ b/src/components/HeroOther.tsx
@@ -16,7 +16,7 @@ const shareIcons: Record
= {
export default function HeroOther({ title, img, createdAt, shareUrl }: HeroOtherProps) {
return (
-
+
{/* */}
diff --git a/src/components/Ratings/CardStarRating.tsx b/src/components/Ratings/CardStarRating.tsx
index 5037534..aa4647e 100644
--- a/src/components/Ratings/CardStarRating.tsx
+++ b/src/components/Ratings/CardStarRating.tsx
@@ -16,7 +16,7 @@ export function CardStarRating({ data }: CardStarRatingProps) {
- {limitString(data.description)}
+ {limitString(data.description)}
);
}