-
- {t('learn.season-greetings-fcc')}
-
- {t('learn.if-getting-value')}
-
-
-
- {t('buttons.donate')}
-
-
-
>
);
} else {
diff --git a/client/src/components/layouts/global.css b/client/src/components/layouts/global.css
index 72b546c489..13781e11bd 100644
--- a/client/src/components/layouts/global.css
+++ b/client/src/components/layouts/global.css
@@ -603,20 +603,6 @@ blockquote .small {
border-color: #31708f;
}
-.annual-donation-alert {
- background: linear-gradient(
- -10deg,
- rgba(217, 237, 247, 1) 35%,
- rgba(237, 202, 216, 0) 75%,
- rgb(255 215 224) 100%
- ),
- radial-gradient(
- circle,
- rgba(255, 202, 225, 1) 0%,
- rgba(218, 234, 252, 1) 100%
- );
-}
-
/* gatsby 404 */
#search {
background-color: var(--quaternary-background);
diff --git a/client/src/pages/learn.tsx b/client/src/pages/learn.tsx
index 17466eac26..6cc089fc38 100644
--- a/client/src/pages/learn.tsx
+++ b/client/src/pages/learn.tsx
@@ -4,7 +4,6 @@ import React from 'react';
import Helmet from 'react-helmet';
import { useTranslation } from 'react-i18next';
import { connect } from 'react-redux';
-import { bindActionCreators, Dispatch } from 'redux';
import { createSelector } from 'reselect';
import Intro from '../components/Intro';
@@ -14,8 +13,7 @@ import LearnLayout from '../components/layouts/learn';
import {
userFetchStateSelector,
isSignedInSelector,
- userSelector,
- executeGA
+ userSelector
} from '../redux';
interface FetchState {
@@ -57,17 +55,12 @@ interface LearnPageProps {
};
};
};
- executeGA: (payload: Record