このコミットが含まれているのは:
2025-06-19 23:12:34 +09:00
コミット 053dae0c25
2個のファイルの変更12行の追加6行の削除
+1 -1
ファイルの表示
@@ -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>
</>}