From 5644f1611a979feee3b20c13f543504951385f4f Mon Sep 17 00:00:00 2001 From: William Muli Date: Sun, 24 Sep 2023 15:51:36 +0300 Subject: [PATCH] Added og tags --- src/components/Head.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/Head.tsx b/src/components/Head.tsx index e4cb273..ff39ba4 100644 --- a/src/components/Head.tsx +++ b/src/components/Head.tsx @@ -5,12 +5,16 @@ export function AppHead () { return ( Share Secrets Quickly and Securely | SecureShare + + + - - + + + ) }