Skip to content

Commit b08152f

Browse files
committed
fix: changed link to direct to balancer github page
1 parent 01ccf9a commit b08152f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/src/components/Footer/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function Footer() {
6262
>
6363
Leave feedback
6464
</Link>
65-
<a href="https://www.flipcause.com/secure/cause_pdetails/MjMyMTIw"
65+
<a href="https://github.com/CodeForPhilly/balancer-main"
6666
target="_blank"
6767
className="flex justify-center text-black hover:border-blue-600 hover:text-blue-600 hover:no-underline"
6868
>

frontend/src/components/Header/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ const Header: React.FC<LoginFormProps> = ({ isAuthenticated, isSuperuser }) => {
165165
Leave Feedback
166166
</Link>
167167
<a
168-
href="https://www.flipcause.com/secure/cause_pdetails/MjMyMTIw"
168+
href="https://github.com/CodeForPhilly/balancer-main"
169169
target="_blank"
170170
className="header-nav-item"
171171
>

frontend/src/components/Header/MdNavBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const MdNavBar = (props: LoginFormProps) => {
120120
</Link>
121121
</li>
122122
<li className="border-b border-gray-300 p-4">
123-
<a href="https://www.flipcause.com/secure/cause_pdetails/MjMyMTIw"
123+
<a href="https://github.com/CodeForPhilly/balancer-main"
124124
target="_blank"
125125
className="mr-9 text-black hover:border-b-2 hover:border-blue-600 hover:text-black hover:no-underline"
126126
>

frontend/src/pages/About/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function About() {
7777
</div>
7878
</div>
7979
<div className="mb-20 mt-5 flex flex-row flex-wrap justify-center gap-4">
80-
<a href="https://www.flipcause.com/secure/cause_pdetails/MjMyMTIw" target="_blank">
80+
<a href="https://github.com/CodeForPhilly/balancer-main" target="_blank">
8181
<button className="btnBlue transition-transform focus:outline-none focus:ring focus:ring-blue-200">
8282
Donate
8383
</button>

0 commit comments

Comments
 (0)