finished the public page

This commit is contained in:
daniel31x13
2023-11-19 08:12:37 -05:00
parent b50ec09727
commit 614d92f050
21 changed files with 576 additions and 176 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ type Props = {
onClick?: Function;
};
export default function SettingsSidebar({ className, onClick }: Props) {
export default function LinkSidebar({ className, onClick }: Props) {
const session = useSession();
const userId = session.data?.user.id;