website/frontend/src/Headers/Pages/Donate.elm

11 lines
348 B
Elm
Raw Normal View History

2024-12-01 02:56:13 -06:00
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!"
}