diff --git a/components/Comments/Comments.tsx b/components/Comments/Comments.tsx index 64e021f..862fe68 100644 --- a/components/Comments/Comments.tsx +++ b/components/Comments/Comments.tsx @@ -207,7 +207,7 @@ const Comments = ({ showAll = false, hideHeader = false }: CommentsProps) => {

+ ); +} diff --git a/components/Footer/Footer.tsx b/components/Footer/Footer.tsx index 5e12c6f..fc5eb3f 100644 --- a/components/Footer/Footer.tsx +++ b/components/Footer/Footer.tsx @@ -2,51 +2,56 @@ import React from "react"; import { Github, Linkedin, Mail } from "lucide-react"; +import Calbutton from "./Calbutton"; import { VisitorCounter } from "./VisitorCounter"; const Footer = () => { return (