diff --git a/src/app/(app)/guide/Info.tsx b/src/app/(app)/guide/Info.tsx index 400522a..1a7f818 100644 --- a/src/app/(app)/guide/Info.tsx +++ b/src/app/(app)/guide/Info.tsx @@ -5,7 +5,7 @@ import React from "react"; const InfoContent = () => { return ( -
+

Beverage Consumption Info!

diff --git a/src/app/(app)/guide/PointGuide.tsx b/src/app/(app)/guide/PointGuide.tsx index 4d3c87c..00a722c 100644 --- a/src/app/(app)/guide/PointGuide.tsx +++ b/src/app/(app)/guide/PointGuide.tsx @@ -56,7 +56,7 @@ const tableData = [ const PointGuide = () => { return ( -
+

Points Guide

diff --git a/src/app/(app)/guide/page.tsx b/src/app/(app)/guide/page.tsx index 7224ec6..74d925d 100644 --- a/src/app/(app)/guide/page.tsx +++ b/src/app/(app)/guide/page.tsx @@ -9,6 +9,7 @@ export default function InfoPage() { return (
+ Drink Happy Logo Image
-

Response: {responseMessage}

-
- ); -}; - -export default PostRequestComponent; \ No newline at end of file