feat: fixed receipts

This commit is contained in:
Nick 2024-12-19 01:43:02 -06:00
parent 2295c85fca
commit 97b9223223
18 changed files with 185 additions and 102 deletions

View file

@ -29,6 +29,7 @@ import Config.Style.Icons.Icons
, upRootLarge
, upRootMedium
, upRootSmall
, video
)
import Config.Style.Icons.Types as TySvg exposing (..)
import Config.Style.Transitions
@ -418,6 +419,13 @@ items input =
, name = String.toUpper pageNames.pageHyperBlog
, url = Path.toString Path.Blog
}
, { icon = video
, isCurrent = False
, isNewTabLink = True
, isSubscriberOnly = False
, name = String.toUpper "Video"
, url = "https://video.uprootnutrition.com"
}
, { icon = debate
, isCurrent = input.route.path == Path.Debate
, isNewTabLink = False