File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,11 @@ const Footer = () => {
7575 { /* <section className="right"></section> */ }
7676 </ div >
7777 < div className = "footer-fixed-section" >
78- < section className = "left" > { t ( "파이콘 한국 행동 강령" ) } (CoC)</ section >
78+ < section className = "left" >
79+ < a href = "https://pythonkr.github.io/pycon-code-of-conduct/ko/coc/a_intent_and_purpose.html" >
80+ { t ( "파이콘 한국 행동 강령" ) } (CoC)
81+ </ a >
82+ </ section >
7983 < section className = "right" >
8084 < a href = "mailto:[email protected] " > 8185 < Email />
Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ import React, { useEffect } from "react";
22import Page from "components/common/Page" ;
33
44const CocPage = ( ) => {
5- useEffect ( ( ) => {
6- window . location . href = "https://2023.pycon.kr/coc/purpose"
7- } , [ ] )
8- return < Page title = "Code Of Conduct" > </ Page > ;
9- }
5+ useEffect ( ( ) => {
6+ window . location . href =
7+ "https://pythonkr.github.io/pycon-code-of-conduct/ko/coc/a_intent_and_purpose.html" ;
8+ } , [ ] ) ;
9+ return < Page title = "Code Of Conduct" > </ Page > ;
10+ } ;
1011
11- export default CocPage ;
12+ export default CocPage ;
You can’t perform that action at this time.
0 commit comments