mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-18 13:25:12 -05:00
11 lines
348 B
Elm
11 lines
348 B
Elm
![]() |
module Headers.Pages.Donate exposing (..)
|
||
|
|
||
|
import Headers.Types exposing (..)
|
||
|
|
||
|
|
||
|
donateHeader : Header
|
||
|
donateHeader =
|
||
|
{ headerTitle = "DONATE"
|
||
|
, headerBody = "My site, research, and content all cost time and money to run. If you find my contributions valuable, please consider supporting my work on any of the platforms listed below!"
|
||
|
}
|