Skip to content

Commit

Permalink
Merge pull request #243 from pyconjp/StaticNocArch
Browse files Browse the repository at this point in the history
Remove Real Time Monitor.
  • Loading branch information
ainamori authored Dec 21, 2023
2 parents ca0a898 + 6ad3668 commit cfe8c35
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 cfe8c35

Please sign in to comment.