Skip to content

Commit 79d010d

Browse files
authored
Merge pull request #66 from codersforcauses/issue-32-Add_constitution_to_footer
Issue 32 add constitution to footer
2 parents b2be544 + 5b1e768 commit 79d010d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

client/public/Constitution-V1.pdf

187 KB
Binary file not shown.

client/src/components/main/Footer.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,9 @@ export default function Footer() {
164164
<span>All rights reserved</span>
165165
</div>
166166
<Link
167-
href="/constitution"
167+
href=""
168168
className="group flex -translate-x-[52px] items-center gap-2.5 rounded-full border border-purple-500/20 bg-gradient-to-r from-purple-500/10 to-pink-500/10 px-4 py-2 transition-all duration-300 hover:border-purple-500/40 hover:shadow-lg hover:shadow-purple-500/20"
169+
onClick={() => window.open("/Constitution-V1.pdf")}
169170
>
170171
<span className="font-jersey10 text-xl text-gray-300 transition-colors group-hover:text-white">
171172
Constitution

0 commit comments

Comments
 (0)