|
|
|
@@ -67,8 +67,8 @@ phone_container <- function(...) { |
|
|
|
|
|
|
|
swipe_help_row_div <- div( |
|
|
|
class = "bottom-help text-moffitt-grey", |
|
|
|
div(class = "bottom-help-left", img(src = "/images/swipe-left.svg", width = "50px"), p("Bad")), |
|
|
|
div(class = "bottom-help-right", img(src = "/images/swipe-right.svg", width = "50px"), p("Okay")), |
|
|
|
div(class = "bottom-help-left", img(src = "images/swipe-left.svg", width = "50px"), p("Bad")), |
|
|
|
div(class = "bottom-help-right", img(src = "images/swipe-right.svg", width = "50px"), p("Okay")), |
|
|
|
div(class = "bottom-help-middle", span("Swipe Card", class = "bottom-help-middle-text")) |
|
|
|
) |
|
|
|
|