Skip to content

Commit

Permalink
[Issue #3289] Content update
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed Dec 20, 2024
1 parent 2fbc3d8 commit f376518
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 0 additions & 5 deletions frontend/src/components/search/SearchCallToAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ const SearchCallToAction: React.FC = () => {
<h1 className="margin-0 tablet-lg:font-sans-xl desktop-lg:font-sans-2xl">
{t("callToAction.title")}
</h1>
<p className="font-serif-md tablet-lg:font-serif-lg usa-intro margin-top-2">
{t.rich("callToAction.description", {
mail: (chunks) => <a href="mailto:[email protected]">{chunks}</a>,
})}
</p>
</GridContainer>
</>
);
Expand Down
4 changes: 1 addition & 3 deletions frontend/src/i18n/messages/en/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -478,9 +478,7 @@ export const messages = {
button: "Search",
},
callToAction: {
title: "Search funding opportunities",
description:
"We’re incrementally improving this experimental search page. How can we make it easier to discover grants that are right for you? Let us know at <mail>[email protected]</mail>.",
title: "Search funding opportunities"
},
opportunityStatus: {
title: "Opportunity status",
Expand Down

0 comments on commit f376518

Please sign in to comment.