Skip to content

Commit ef64924

Browse files
committed
fixed sponsership link and added calender invite
Signed-off-by: kirti763 <kg4180553@gmail.com>
1 parent 82ab1ec commit ef64924

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ module.exports = {
215215
</svg></a>
216216
</div>
217217
<div className="footer__icons footer">
218-
<a class="footer__link-item" href="https://docs.google.com/forms/d/e/1FAIpQLSdj9q7dyRh3D7ZzRExHLWRRkNPOnLnFfrbKqSwqH3Ur4HzP4g/viewform">Have a Keploy use-case? Let's Talk!</a>
218+
<a class="footer__link-item" href="https://calendar.app.google/cXVaj6hbMUjvmrnt9">Have a Keploy use-case? Let's Talk!</a>
219219
</div>
220220
<div class="footer__copyright"><span class="footer__block">Copyright © ${new Date().getFullYear()} </span> Keploy Inc.</div>
221221
<div>

src/components/EcosystemSupport.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const EcosystemSupport = () => {
6868
</div>
6969

7070
<Link
71-
to="https://forms.gle/example-sponsorship"
71+
to="https://forms.gle/3jgWe8MLxS5DuZfK6"
7272
className="inline-flex w-full items-center justify-center gap-2 rounded-xl bg-gradient-to-r from-amber-500 to-orange-500 px-5 py-2.5 text-sm font-semibold text-white shadow-lg shadow-amber-500/25 transition-all duration-200 hover:from-amber-600 hover:to-orange-600 hover:text-white hover:shadow-amber-500/40 hover:no-underline"
7373
>
7474
Apply for sponsorship

0 commit comments

Comments
 (0)