Skip to content

Commit

Permalink
Remve link to non-project code
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanWinther committed Nov 1, 2023
1 parent 0ec9757 commit 83168b2
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/UnisonLocal/Page/HomePage.elm
Original file line number Diff line number Diff line change
Expand Up @@ -183,22 +183,10 @@ view { projects } =
appHeader =
AppHeader.appHeader

nonProjectCodeParagraph =
p []
[ text "or "
, Route.nonProjectCodeRoot Perspective.relativeRootPerspective
|> Route.toUrlString
|> Click.href
|> Click.view [] [ text "view all non-project code" ]
, text "."
]

page =
PageLayout.centeredNarrowLayout
(PageContent.oneColumn
(viewProjectList projects
++ [ nonProjectCodeParagraph ]
)
(viewProjectList projects)
|> PageContent.withPageTitle (PageTitle.title "Open a project branch")
)
(PageFooter [])
Expand Down

0 comments on commit 83168b2

Please sign in to comment.