add annual link

This commit is contained in:
Joe Ardent 2024-03-11 18:28:25 -07:00
parent fdb2e1587b
commit 884e51b84f
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ lazy_static! {
pub async fn get_signup() -> impl IntoResponse { pub async fn get_signup() -> impl IntoResponse {
SignupPage { SignupPage {
monthly_link: Some((*MONTHLY_LINK).to_string()), monthly_link: Some((*MONTHLY_LINK).to_string()),
annual_link: Some((&*ANNUAL_LINK).to_string()),
..Default::default() ..Default::default()
} }
} }