This commit is contained in:
2025-06-19 23:12:34 +09:00
parent 0c4ee9744e
commit 053dae0c25
2 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ const TopNav: React.FC = ({ user, setUser }: Props) => {
{/^\/wiki\/(?!new|changes)[^\/]+/.test (location.pathname) &&
<>
<Separator />
<Link to={`/posts?tags=${ location.pathname.split ('/')[2] }`} className={subClass}>稿</Link>
<Link to={`/posts?tags=${ location.pathname.split ('/')[2] }`} className={subClass}></Link>
<Link to={`/wiki/changes?id=${ wikiId }`} className={subClass}></Link>
<Link to={`/wiki/${ wikiId || location.pathname.split ('/')[2] }/edit`} className={subClass}></Link>
</>}