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( fluidRow(
column(12, column(12,
navbarPage("", navbarPage("",
tabPanel("TakeCareApp"), tabPanel(title="TakeCareApp", a(class = "item", href = "home")),
tabPanel("Firmy"), tabPanel("Firmy"),
tabPanel("O nas"), tabPanel(title= "O nas", a(class = "item", href = "about")),
tabPanel("Zaloguj")), tabPanel(title="Zaloguj", a(class="item", href = "profil"))),
)), )),
# App title ---- # App title ----