summaryrefslogtreecommitdiff
path: root/gui/src/components/post/Header.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/components/post/Header.tsx')
-rw-r--r--gui/src/components/post/Header.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/components/post/Header.tsx b/gui/src/components/post/Header.tsx
index 4e72fe8..0dfd5e4 100644
--- a/gui/src/components/post/Header.tsx
+++ b/gui/src/components/post/Header.tsx
@@ -10,6 +10,7 @@ function Header(props: PostProps) {
// console.log(props.poast.author.length, "length");
function go(e: React.MouseEvent) {
e.stopPropagation();
+ navigate(`/feed/${poast.host}`);
}
function openThread(e: React.MouseEvent) {
e.stopPropagation();