Skip to content

Commit fb69659

Browse files
committed
Adapted about text after suggestion, added appropriate link and space between username and about text
1 parent bdc8208 commit fb69659

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ui.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ ui <- fluidPage(
121121
class = "collapsible-header",
122122
HTML('<span>About</span><i class="material-icons expand-icon">expand_more</i>')
123123
),
124-
p("This app lets you explore animal observation data of your desired time period. You can discover typical activity patterns by hour, month, or season using the interactive heatmap, discover total counts per species, and download underlying data.."),
124+
p("This app lets you explore animal observation data for any period. Use the heatmap to reveal activity trends by hour, month, or season, view total counts per species, and download the underlying dataset."),
125125
tags$a(
126126
"Learn more",
127-
href = "https://www.sensingclues.org/", # Change to your real link
127+
href = "https://www.sensingclues.org/about-activity-pattern", # Change to your real link
128128
class = "readmore",
129129
target = "_blank"
130130
)
@@ -165,7 +165,7 @@ ui <- fluidPage(
165165
"#downloadData{background-color:#FB8C00; color:white; font-size:100%}"
166166
),
167167
),
168-
168+
br(),
169169
# Remove old heading h3(i18n$t("labels.obsReport"))
170170
uiOutput("userstatus"),
171171
br(),

0 commit comments

Comments
 (0)