Skip to content

Commit 530b90a

Browse files
committed
Changed button text from "donate" to "Support Developoment"
1 parent b08152f commit 530b90a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

frontend/src/components/Footer/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ function Footer() {
6464
</Link>
6565
<a href="https://github.com/CodeForPhilly/balancer-main"
6666
target="_blank"
67-
className="flex justify-center text-black hover:border-blue-600 hover:text-blue-600 hover:no-underline"
67+
className="flex justify-center text-center text-black hover:border-blue-600 hover:text-blue-600 hover:no-underline"
6868
>
69-
Donate
69+
Support Development
7070
</a>
7171
<Link
7272
to="/help"

frontend/src/components/Header/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const Header: React.FC<LoginFormProps> = ({ isAuthenticated, isSuperuser }) => {
169169
target="_blank"
170170
className="header-nav-item"
171171
>
172-
Donate
172+
Support Development
173173
</a>
174174
{isAuthenticated && isSuperuser && (
175175
<div

frontend/src/components/Header/MdNavBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const MdNavBar = (props: LoginFormProps) => {
124124
target="_blank"
125125
className="mr-9 text-black hover:border-b-2 hover:border-blue-600 hover:text-black hover:no-underline"
126126
>
127-
Donate
127+
Support Development
128128
</a>
129129
</li>
130130
{isAuthenticated &&

frontend/src/pages/About/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function About() {
7979
<div className="mb-20 mt-5 flex flex-row flex-wrap justify-center gap-4">
8080
<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">
82-
Donate
82+
Support Development
8383
</button>
8484
</a>
8585

0 commit comments

Comments
 (0)