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 = () => {
75
75
{ /* <section className="right"></section> */ }
76
76
</ div >
77
77
< 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 >
79
83
< section className = "right" >
80
84
< a href = "mailto:pyconkr@pycon.kr" >
81
85
< Email />
Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ import React, { useEffect } from "react";
2
2
import Page from "components/common/Page" ;
3
3
4
4
const 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
+ } ;
10
11
11
- export default CocPage ;
12
+ export default CocPage ;
You can’t perform that action at this time.
0 commit comments