{/* set post type to empty so it gets tools too */}
diff --git a/app/dashboard/published/page.js b/app/dashboard/published/page.js
index b07ea72e..aaf38f13 100644
--- a/app/dashboard/published/page.js
+++ b/app/dashboard/published/page.js
@@ -43,7 +43,7 @@ export default async function AccountPage() {
style={{ maxWidth: 1200 }}
>
-
My posts
+
Your posts
{/* set post type to empty so it gets tools too */}
diff --git a/components/Dashboard/Dashboard.jsx b/components/Dashboard/Dashboard.jsx
index 25191b30..bbb19247 100644
--- a/components/Dashboard/Dashboard.jsx
+++ b/components/Dashboard/Dashboard.jsx
@@ -11,6 +11,7 @@ import Skeleton from "./Skeleton";
const Dashboard = ({ postStatus, postType, currentTab }) => {
const { user } = useUser({
redirectIfFound: false,
+ redirectTo: "/",
});
const { posts, loading, refetch, total, pageSize } = useFetchPosts(
diff --git a/components/Navbar/parts/NewPostDialog.js b/components/Navbar/parts/NewPostDialog.js
index 238de69b..a3cdf975 100644
--- a/components/Navbar/parts/NewPostDialog.js
+++ b/components/Navbar/parts/NewPostDialog.js
@@ -46,7 +46,7 @@ const NewPostDialog = ({button}) => {