Skip to content

Commit b4f753f

Browse files
committed
Added code of conduct hyperlink hover state
1 parent 325ba17 commit b4f753f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

components/layouts/components/Footer.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import Link from 'next/link'
12
import { TICKETS_LINK } from '../../../constant/constants'
23

34
export 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">

0 commit comments

Comments
 (0)