mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: fixed receipts
This commit is contained in:
parent
2295c85fca
commit
97b9223223
18 changed files with 185 additions and 102 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue