Skip to content

Commit

Permalink
Merge pull request #244 from pyconjp/dev
Browse files Browse the repository at this point in the history
Remove NOC Real Time Monitor
  • Loading branch information
ainamori authored Dec 21, 2023
2 parents 7cd35e7 + cfe8c35 commit 9dc3d0f
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/pages/noc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,30 +22,12 @@ export const ArchitectureComponent = () => {
)
};

export const RealtimeMonitorComponent = () => {
const { t } = useTranslation("CONTENTS");
const monitor01_img = `https://img.noc.pycon.jp/img/noc_img1.png?${(new Date).getTime()}`
const monitor02_img = `https://img.noc.pycon.jp/img/noc_img2.png?${(new Date).getTime()}`
const monitor03_img = `https://img.noc.pycon.jp/img/noc_img3.png?${(new Date).getTime()}`
return (
<>
<SectionTitle title={'Real-time Monitor'} subTitle={t("NOC.REALTIMEMONITOR")} />
<div className={"my-12 lg:w-8/12 w-10/12 mx-auto"}>
<div className='font-bold text-center'>
公開停止
</div>
</div>
</>
)
};

const NocPage = () => {
return (
<>
<PageHead />
<PageTitle title='NOC' />
<ArchitectureComponent />
<RealtimeMonitorComponent />
</>
)
}
Expand Down

0 comments on commit 9dc3d0f

Please sign in to comment.