Skip to content

Commit

Permalink
fix(pano): remove `pano' from site link route
Browse files Browse the repository at this point in the history
  • Loading branch information
rasitds authored Aug 18, 2023
1 parent 1176b88 commit 377f589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/kampus/app/pano/features/post-list/PostItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const PostItem = (props: PostItemProps) => {
</div>

<div className="text-muted-foreground flex items-center gap-1 text-sm">
<Link className="text-sm" href={post.site ? "pano/site/" + post.site : ""}>
<Link className="text-sm" href={post.site ? "site/" + post.site : ""}>
{post.site ?? ""}
</Link>
</div>
Expand Down

0 comments on commit 377f589

Please sign in to comment.