Skip to content

Commit

Permalink
Update Ramadan Activities page (#2304)
Browse files Browse the repository at this point in the history
  • Loading branch information
osamasayed authored Feb 4, 2025
1 parent 16a9766 commit 8a45ca0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/ramadan-activities/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { getPreparingForRamadanOgImageUrl } from '@/lib/og';
import styles from '@/pages/contentPage.module.scss';
import pageStyles from '@/pages/ramadan-activities/RamadanActivities.module.scss';
import AyahLevelSettings from '@/public/images/ayah-level-settings.jpeg';
import { makeDonatePageUrl, makeDonateUrl } from '@/utils/apiPaths';
import { makeDonatePageUrl } from '@/utils/apiPaths';
import { logButtonClick } from '@/utils/eventLogger';
import { getLanguageAlternates } from '@/utils/locale';
import {
Expand Down Expand Up @@ -291,8 +291,7 @@ const PreparingForRamadanPage: NextPage = (): JSX.Element => {
We remain committed to our mission to empower every human being to benefit from the
Quran. The modern technology and human talent needed to accomplish our mission
requires resources. Monthly donations help us retain top talent and sustain operations
so we focus less on fundraising and more on creating impact. To learn more and donate,
visit: <InlineLink text="donate.quran.foundation" href={makeDonateUrl()} />
so we focus less on fundraising and more on creating impact.
</div>
<div className={styles.ctaContainer}>
<Button
Expand Down

0 comments on commit 8a45ca0

Please sign in to comment.