TAK-46 dodano nawigacje do strony glownej

This commit is contained in:
Robert Tarnas 2020-12-06 16:44:30 +01:00
parent 51e427a6b5
commit be7a6b3490

View File

@ -20,10 +20,10 @@ homeUI <- function(id) {
fluidRow(
column(12,
navbarPage("",
tabPanel("TakeCareApp"),
tabPanel(title="TakeCareApp", a(class = "item", href = "home")),
tabPanel("Firmy"),
tabPanel("O nas"),
tabPanel("Zaloguj")),
tabPanel(title= "O nas", a(class = "item", href = "about")),
tabPanel(title="Zaloguj", a(class="item", href = "profil"))),
)),
# App title ----