From 1068e6024d12b989d79600ac10c1d7d03e73a75b Mon Sep 17 00:00:00 2001 From: ShubhamPalriwala Date: Wed, 29 May 2024 14:20:40 +0530 Subject: [PATCH] fix: page title --- .../ShareSecretPage/components/ShareSecretSection.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/views/ShareSecretPage/components/ShareSecretSection.tsx b/frontend/src/views/ShareSecretPage/components/ShareSecretSection.tsx index 4ccf4e6fa..aecafe5c2 100644 --- a/frontend/src/views/ShareSecretPage/components/ShareSecretSection.tsx +++ b/frontend/src/views/ShareSecretPage/components/ShareSecretSection.tsx @@ -1,3 +1,4 @@ +import Head from "next/head"; import { faPlus } from "@fortawesome/free-solid-svg-icons"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; @@ -39,7 +40,13 @@ export const ShareSecretSection = () => { }; return ( +
+ + Secret Sharing + + +

Shared Secrets