diff --git a/frontend/public/docs/beta.md b/frontend/public/docs/beta.md
index a762137..f0a9200 100644
--- a/frontend/public/docs/beta.md
+++ b/frontend/public/docs/beta.md
@@ -4,12 +4,12 @@ First, what works:
1. There are two personas populated:
1. One is me [jketreno](/u/jketreno)
- 2. The other is a ficticious AI generated persona named [Eliz](/u/eliza).
-2. **Candidate Skill Chat** You can go to the Chat tab to ask questions about the active candaite.
+ 2. The other is a ficticious AI generated persona named [Eliza](/u/eliza).
+2. **Chat** You can go to the Chat tab to ask questions about the active candaite.
3. **Resume Builder** You can build a resume for a person given a Job Description
What doesn't work:
1. User login, registration, etc.
2. Lots of the links on the site.
-3. Anything that isn't "Chat", "Resume Builder", or "About".
+3. Basically.. anything that isn't "Chat", "Resume Builder", or "About".
diff --git a/frontend/public/profile.png b/frontend/public/profile.png
new file mode 100755
index 0000000..a633b87
Binary files /dev/null and b/frontend/public/profile.png differ
diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index a7981ff..a0045a9 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -1,43 +1,6 @@
-import React, { useRef, useCallback } from 'react';
-import { BrowserRouter as Router, Routes, Route, useLocation } from "react-router-dom";
-import { SessionWrapper } from "./App/SessionWrapper";
-import { Main } from "./App/Main";
+import React from 'react';
+import { BrowserRouter as Router } from "react-router-dom";
import { BackstoryApp } from './NewApp/BackstoryApp';
-import { Snack, SeverityType } from './Components/Snack';
-
-const PathRouter = ({ setSnack }: { setSnack: any }) => {
- const location = useLocation();
- const segments = location.pathname.split("/").filter(Boolean);
- const sessionId = segments[segments.length - 1];
-
- return (
-
-
-
- );
-}
-
-function App2() {
- const snackRef = useRef(null);
-
- const setSnack = useCallback((message: string, severity?: SeverityType) => {
- snackRef.current?.setSnack(message, severity);
- }, [snackRef]);
-
- return (
- <>
-
-
- } />
-
-
-
- >
- );
-}
-
const App = () => {
return (
diff --git a/frontend/src/Components/StyledMarkdown.tsx b/frontend/src/Components/StyledMarkdown.tsx
index 3b8e853..d23e30f 100644
--- a/frontend/src/Components/StyledMarkdown.tsx
+++ b/frontend/src/Components/StyledMarkdown.tsx
@@ -69,7 +69,7 @@ const StyledMarkdown: React.FC = (props: StyledMarkdownProp
return