Skip to content

Commit 63cf980

Browse files
committed
modrinth image is blurry.
1 parent b3eebe5 commit 63cf980

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/ModList/ModList.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,13 +308,13 @@ const ModList: React.FC = () => {
308308
{text: 'CurseForge', url: baseCfUrl + section31 + '/files'},
309309
{text: 'MCMod', url: 'https://www.mcmod.cn/class/18765.html'},
310310
]}/>
311-
<MRMod slug={"not-enough-bandwidth"} buttons={[
311+
<CFMod modUrl={cfApiUrl + '1495070'} buttons={[
312312
{text: 'Demo Video', url: 'https://www.bilibili.com/video/BV1M6XsBmEbb/'},
313313
{text: 'Modrinth', url: 'https://modrinth.com/mod/not-enough-bandwidth'},
314314
{text: 'CurseForge', url: 'https://www.curseforge.com/minecraft/mc-mods/not-enough-bandwidth'},
315315
{text: 'MCMod', url: 'https://www.mcmod.cn/class/25120.html'}
316316
]}/>
317-
<MRMod slug={"channel"} buttons={[
317+
<CFMod modUrl={cfApiUrl + '1495775'} buttons={[
318318
{text: 'Demo Video 0', url: 'https://www.bilibili.com/video/BV1qfiMBrEvi/'},
319319
{text: 'Modrinth', url: 'https://modrinth.com/mod/channel'},
320320
{text: 'CurseForge', url: 'https://www.curseforge.com/minecraft/mc-mods/channel'},

0 commit comments

Comments
 (0)