diff --git a/packages/anastasis-webui/src/components/menu/SideBar.tsx b/packages/anastasis-webui/src/components/menu/SideBar.tsx
index ee394da83..4c1d085ee 100644
--- a/packages/anastasis-webui/src/components/menu/SideBar.tsx
+++ b/packages/anastasis-webui/src/components/menu/SideBar.tsx
@@ -177,7 +177,7 @@ export function Sidebar({ mobile }: Props): VNode {
*/}
-
+ {/*
-
+ */}
) : (
reducer.currentReducerState?.reducer_type === "recovery" && (
@@ -265,7 +265,7 @@ export function Sidebar({ mobile }: Props): VNode {
-
+ {/*
-
+ */}
)
)}
@@ -285,7 +285,7 @@ export function Sidebar({ mobile }: Props): VNode {
class="button is-danger is-right"
onClick={() => reducer.reset()}
>
- Reset session
+ Start again
diff --git a/packages/anastasis-webui/src/pages/home/StartScreen.tsx b/packages/anastasis-webui/src/pages/home/StartScreen.tsx
index 03399cfba..b9c4e57b7 100644
--- a/packages/anastasis-webui/src/pages/home/StartScreen.tsx
+++ b/packages/anastasis-webui/src/pages/home/StartScreen.tsx
@@ -50,14 +50,14 @@ export function StartScreen(): VNode {
Recover a secret
- {
if (content?.type === "application/json") {
reducer.importState(content.content);
}
}}
- />
+ /> */}
{/*