jofaichow commited on
Commit
97a0259
1 Parent(s): 3e3c0cf

fixed left arrow

Browse files
Files changed (1) hide show
  1. app/app.R +2 -2
app/app.R CHANGED
@@ -1109,11 +1109,11 @@ server <- function(input, output) {
1109
  })
1110
 
1111
  output$text_next <- renderText({
1112
- if (length(react_ls_model()) >= 1) "Step 3: Performance Summary (see )" else " "
1113
  })
1114
 
1115
  output$text_note <- renderText({
1116
- if (length(react_ls_model()) >= 1) "Note: you can also download [Raw Data] and check out our [Community Events] (see )" else " "
1117
  })
1118
 
1119
 
 
1109
  })
1110
 
1111
  output$text_next <- renderText({
1112
+ if (length(react_ls_model()) >= 1) "Step 3: Performance Summary (see <--)" else " "
1113
  })
1114
 
1115
  output$text_note <- renderText({
1116
+ if (length(react_ls_model()) >= 1) "Note: you can also download [Raw Data] and check out our [Community Events] (see <--)" else " "
1117
  })
1118
 
1119