File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
components/layouts/components Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ import Link from 'next/link'
12import { TICKETS_LINK } from '../../../constant/constants'
23
34export const Footer = ( ) => {
@@ -85,6 +86,19 @@ export const Footer = () => {
8586 </ div >
8687 </ div >
8788 </ div >
89+ < div className = "" >
90+ < h2 className = "title-w lowercase text-secondary dark:text-secondary-dark" >
91+ < span > Code of</ span > < span className = "font-medium" > Conduct</ span >
92+ </ h2 >
93+ < br />
94+ < Link
95+ href = "https://drive.google.com/file/d/16WloZF2c6y5cqj3Ea67KaRJBzsfFSbY1/view?usp=sharing"
96+ target = "_blank"
97+ className = "text-white dark:text-white-dark text-base hover:text-secondary"
98+ >
99+ See the Flutterconke Code of Conduct
100+ </ Link >
101+ </ div >
88102 </ div >
89103 </ section >
90104 < div className = "w-full items-center px-4 py-5 dark:bg-black-dark" >
You can’t perform that action at this time.
0 commit comments