TimStats commited on
Commit
cf6681d
·
verified ·
1 Parent(s): 0de2b3c

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -2
app.R CHANGED
@@ -196,11 +196,11 @@ ui <- grid_page(
196
  textInput("title","Card Title"),
197
  actionButton("update1","Make Card",icon("plus"),
198
  style = "color: #FFFFFF; background-color: #0077B6"),
199
- width = 5,
200
  ),
201
  grid_card_text(
202
  area = "header",
203
- content = "2024 MLB/AAA/FSL Summary Cards (BETA)",
204
  alignment = "start",
205
  is_title = FALSE
206
  ),
 
196
  textInput("title","Card Title"),
197
  actionButton("update1","Make Card",icon("plus"),
198
  style = "color: #FFFFFF; background-color: #0077B6"),
199
+ width = 15,
200
  ),
201
  grid_card_text(
202
  area = "header",
203
+ content = "2024 MLB/AAA/FSL Summary Cards (BETA: Meant for computers, zoom out if scrollbar is showing)",
204
  alignment = "start",
205
  is_title = FALSE
206
  ),