From 02b7c1005dd496e2f4a53e0e3c7d07ee93b13ea2 Mon Sep 17 00:00:00 2001 From: Zachary Sabourin <zachary.sabourin@eclipse-foundation.org> Date: Thu, 24 Aug 2023 12:27:39 -0400 Subject: [PATCH] feat: Remove Foe reference on contribute page Relates to https://gitlab.eclipse.org/eclipsefdn/infrazilla/-/issues/1085 --- layouts/shortcodes/pages/contribute/landing-page.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layouts/shortcodes/pages/contribute/landing-page.html b/layouts/shortcodes/pages/contribute/landing-page.html index 3e230ee7..d823768f 100644 --- a/layouts/shortcodes/pages/contribute/landing-page.html +++ b/layouts/shortcodes/pages/contribute/landing-page.html @@ -46,8 +46,7 @@ <li> <i class="fa fa-li fa-chevron-circle-right orange"></i> - Participate in our <a href="/contribute/dev-program">Friend of Eclipse Enhancements Program</a> either as a funded developer, or by - making a <a href="/donate/">donation</a>. + Supporting the Eclipse Community by making a <a href="/donate/">donation</a>. </li> <li> <i class="fa fa-li fa-chevron-circle-right orange"></i> -- GitLab