Skip to content

Commit

Permalink
favicon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cluffa committed Mar 5, 2024
1 parent 60f0b8c commit ee799fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ GOALWEIGHT <- 185

ui <- dashboardPage(
title = "Weight Loss Tracking Dashboard",
tags$head(tags$link(rel = "shortcut icon", href = "favicon.ico")),
dashboardHeader(
title = "Weight Loss Tracking Dashboard"
),
Expand All @@ -20,7 +19,8 @@ ui <- dashboardPage(
tags$head(
tags$style(
HTML(".sidebar { height: 90vh; overflow-y: auto; }")
)
),
tags$link(rel = "shortcut icon", href = "favicon.ico")
),
fluidRow(
style = "margin: 3px",
Expand Down Expand Up @@ -101,7 +101,7 @@ ui <- dashboardPage(
),
awesomeCheckbox(
"model30",
value = TRUE,
value = FALSE,
label = "Fit Linear Model on Last 30 Days Only",
status = "primary"
),
Expand Down
File renamed without changes.

0 comments on commit ee799fc

Please sign in to comment.