diff --git a/src/components/Shell/Shell.tsx b/src/components/Shell/Shell.tsx
index 4e90c67..0caca44 100644
--- a/src/components/Shell/Shell.tsx
+++ b/src/components/Shell/Shell.tsx
@@ -169,6 +169,10 @@ export const Shell = ({ children, userPeerId }: ShellProps) => {
setIsDrawerOpen(false)
}
+ const handleHomeLinkClick = () => {
+ setIsDrawerOpen(false)
+ }
+
const handleLinkButtonClick = async () => {
await navigator.clipboard.writeText(window.location.href)
@@ -288,7 +292,7 @@ export const Shell = ({ children, userPeerId }: ShellProps) => {
-
+