Skip to content

Commit

Permalink
Update links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Mar 7, 2021
1 parent 5103313 commit d97399e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/Client/CustomComponents/Navbar.fs
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,11 @@ let navbarComponent (model : Model) (dispatch : Msg -> unit) =
]
Navbar.menu [Navbar.Menu.Props [Id "navbarMenu"; Class (if model.SiteStyleState.BurgerVisible then "navbar-menu is-active" else "navbar-menu") ; ExcelColors.colorControl model.SiteStyleState.ColorMode]] [
Navbar.Dropdown.div [ ] [
Navbar.Item.a [Navbar.Item.Props [Style [ Color model.SiteStyleState.ColorMode.Text]]] [
str "How to use (WIP)"
Navbar.Item.a [Navbar.Item.Props [Href Shared.URLs.DocsFeatureUrl ; Target "_Blank"; Style [ Color model.SiteStyleState.ColorMode.Text]]] [
str "How to use"
]
Navbar.Item.a [Navbar.Item.Props [Style [ Color model.SiteStyleState.ColorMode.Text]]] [
str "Contact (WIP)"
Navbar.Item.a [Navbar.Item.Props [Href @"https://github.com/nfdi4plants/Swate/issues/new/choose"; Target "_Blank"; Style [ Color model.SiteStyleState.ColorMode.Text]]] [
str "Contact"
]
Navbar.Item.a [Navbar.Item.Props [
OnClick (fun e ->
Expand Down
2 changes: 1 addition & 1 deletion src/Shared/Shared.fs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module URLs =
let AnnotationPrinciplesUrl = @"https://nfdi4plants.github.io/AnnotationPrinciples/"

[<LiteralAttribute>]
let DocsFeatureUrl = @"https://github.com/nfdi4plants/Swate#swate"
let DocsFeatureUrl = @"https://github.com/nfdi4plants/Swate/wiki"

[<LiteralAttribute>]
let DocsApiUrl = @"/api/IAnnotatorAPIv1/docs"
Expand Down

0 comments on commit d97399e

Please sign in to comment.