From a9d8ea8a2e203949a5012f26e6a40f6c1340cad5 Mon Sep 17 00:00:00 2001 From: Sakura Knoll Date: Wed, 27 Apr 2022 22:47:10 +0900 Subject: [PATCH] Hide source cards for now since they look ugly --- src/pages/honkai3rd/weapons/[weaponId].tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/honkai3rd/weapons/[weaponId].tsx b/src/pages/honkai3rd/weapons/[weaponId].tsx index 95e73511..6f6cba94 100644 --- a/src/pages/honkai3rd/weapons/[weaponId].tsx +++ b/src/pages/honkai3rd/weapons/[weaponId].tsx @@ -20,7 +20,7 @@ import { getBattlesuitMapByIds } from '../../../server/data/honkai3rd/battlesuit import { BattlesuitData } from '../../../lib/honkai3rd/battlesuits' import BattlesuitCard from '../../../components/molecules/BattlesuitCard' import WeaponCard from '../../../components/molecules/WeaponCard' -import SourceCard from '../../../components/molecules/SourceCard' +// import SourceCard from '../../../components/molecules/SourceCard' interface WeaponShowPageProps { weapon: WeaponData @@ -125,7 +125,7 @@ const WeaponShowPage = ({ })} )} - {weapon.sources != null && ( + {/* {weapon.sources != null && ( {t('weapons-show.sources')} {weapon.sources @@ -134,7 +134,7 @@ const WeaponShowPage = ({ return })} - )} + )} */}