File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 &&
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments