Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
更新
k-nakamura committed Oct 28, 2023
1 parent 17e8e26 commit 4f8e027
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions src/pages/noc.tsx
@@ -31,26 +31,8 @@ export const RealtimeMonitorComponent = () => {
<>
<SectionTitle title={'Real-time Monitor'} subTitle={t("NOC.REALTIMEMONITOR")} />
<div className={"my-12 lg:w-8/12 w-10/12 mx-auto"}>
<div className="mt-10">
<img
src={monitor01_img}
alt=""
className="w-full"
/>
</div>
<div className="mt-10">
<img
src={monitor02_img}
alt=""
className="w-full"
/>
</div>
<div className="mt-10">
<img
src={monitor03_img}
alt=""
className="w-full"
/>
<div className='font-bold text-center'>
機材障害により公開中断中
</div>
</div>
</>

0 comments on commit 4f8e027

Please sign in to comment.