素材管理(#99) #303

マージ済み
みてるぞ が 10 個のコミットを feature/099 から main へマージ 2026-04-07 07:44:51 +09:00
コミット 63d7e5708e の変更だけを表示してゐます - すべてのコミットを表示
+2 -2
ファイルの表示
@@ -27,7 +27,7 @@ const MaterialCard = ({ tag }: { tag: TagWithMaterial }) => {
return (
<PrefetchLink
to={`/materials/${ tag.material.id }/edit`}
to={`/materials/${ tag.material.id }`}
className="block w-40 h-40">
<div
className="w-full h-full overflow-hidden rounded-xl shadow
@@ -95,7 +95,7 @@ export default (() => {
withWiki={false}
withCount={false}
to={tag.material
? `/materials/${ tag.material.id }/edit`
? `/materials/${ tag.material.id }`
: `/materials?tag=${ encodeURIComponent (tag.name) }`}/>
</PageTitle>
{(!(tag.material) && tag.category !== 'meme') && (