diff --git a/public/index.html b/public/index.html
index 2244527f..1996321f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -84,10 +84,6 @@
/>
-
-
셰어마인드 - 경험 공유 연애상담 플랫폼
diff --git a/src/App.tsx b/src/App.tsx
index 99d5ee4d..e8db31fd 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1,8 +1,16 @@
import Router from 'Router';
+import { Helmet } from 'react-helmet';
function App() {
return (
+
+ 셰어마인드 - 경험 공유 연애상담 플랫폼
+
+
);
diff --git a/src/components/Buyer/BuyerOpenConsultDetail/MainQuestionSection.tsx b/src/components/Buyer/BuyerOpenConsultDetail/MainQuestionSection.tsx
index be6cf971..05fbdffd 100644
--- a/src/components/Buyer/BuyerOpenConsultDetail/MainQuestionSection.tsx
+++ b/src/components/Buyer/BuyerOpenConsultDetail/MainQuestionSection.tsx
@@ -131,10 +131,13 @@ function MainQuestionSection() {
return (
<>
-
- {`${card?.title} | 셰어마인드 공개 상담`}
-
-
+ {card && (
+
+ {`${card?.title} | 셰어마인드 공개 상담`}
+
+
+ )}
+