Skip to content

Commit

Permalink
Merge pull request #241 from pyconjp/StaticNocArch
Browse files Browse the repository at this point in the history
Change NOC arch - static image.
  • Loading branch information
ainamori authored Dec 20, 2023
2 parents 87561d3 + 9c1ef50 commit ca0a898
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/network_arch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/noc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useTranslation } from "react-i18next";

export const ArchitectureComponent = () => {
const { t } = useTranslation("CONTENTS");
const arc_img = `https://img.noc.pycon.jp/img/noc_topology.png?${(new Date).getTime()}`
const arc_img = "/network_arch.png"
return (
<>
<SectionTitle title={'Architecture'} subTitle={t("NOC.ARCHITECTURE")} />
Expand Down

0 comments on commit ca0a898

Please sign in to comment.