DaveM2430 commited on
Commit
89da82a
Β·
verified Β·
1 Parent(s): c0a91e4

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +4 -5
app.R CHANGED
@@ -9,18 +9,17 @@ ui <- page_fluid(
9
  base_font = font_google("Inter")
10
  ),
11
 
12
- # ── Header ──────────────────────────────────────────────────────────────────
13
- div(
14
  style = "background-color:#002147; padding:14px 24px;
15
  display:flex; align-items:center; justify-content:space-between;
16
  margin-bottom:20px;",
17
  div(
18
- tags$h1("CAPS", style="color:white; margin:0; font-size:26px; font-weight:700;"),
19
- tags$p("Cape Cod Baseball League Analytics",
20
  style="color:#aabbcc; margin:0; font-size:13px;")
21
  ),
22
  tags$img(
23
- src = "https://upload.wikimedia.org/wikipedia/en/thumb/5/5f/Cape_Cod_Baseball_League_logo.svg/200px-Cape_Cod_Baseball_League_logo.svg.png",
24
  height = "52px"
25
  )
26
  ),
 
9
  base_font = font_google("Inter")
10
  ),
11
 
12
+ div(
 
13
  style = "background-color:#002147; padding:14px 24px;
14
  display:flex; align-items:center; justify-content:space-between;
15
  margin-bottom:20px;",
16
  div(
17
+ tags$h1("Butler Baseball Analytics", style="color:white; margin:0; font-size:26px; font-weight:700;"),
18
+ tags$p("Trackman Dashboard",
19
  style="color:#aabbcc; margin:0; font-size:13px;")
20
  ),
21
  tags$img(
22
+ src = "Butler-Bulldogs-Logo-1990.png",
23
  height = "52px"
24
  )
25
  ),