File tree Expand file tree Collapse file tree 1 file changed +9
-16
lines changed
Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import React from "react";
22import Image from "next/image" ;
33import Link from "next/link" ;
44import SocialLinks from "./SocialLinks" ;
5- import { Button } from "./ui/button" ;
65
76export default function Support ( {
87 showSupport = true ,
@@ -42,23 +41,17 @@ export default function Support({
4241 < div className = "text-center px-4 max-w-3xl mx-auto" >
4342 < SocialLinks className = "flex justify-center gap-4 mb-4" />
4443 { showSupport && (
45- < >
46- < p className = "text-gray-800 mb-3 " >
47- Help support the work that we do by contributing to our { " " }
48- < Link
49- href = "https://opencollective.com/openapi-directory "
50- className = "text-blue-600 hover:underline"
44+ < div className = "mt-4 p-4 bg-blue-50 rounded-lg border border-blue-100 inline-block" >
45+ < p className = "text-lg text- gray-800" >
46+ Need help with APIs — hire true gurus: { " " }
47+ < a
48+ 49+ className = "font-bold text-blue-600 hover:underline"
5150 >
52- Open Collective campaign
53- </ Link >
54- !
51+ 52+ </ a >
5553 </ p >
56- < Button variant = "cta" size = "lg" >
57- < Link href = "https://opencollective.com/openapi-directory" >
58- Support APIs.guru
59- </ Link >
60- </ Button >
61- </ >
54+ </ div >
6255 ) }
6356 </ div >
6457 </ section >
You can’t perform that action at this time.
0 commit comments