Skip to content

Commit

Permalink
Merge pull request #44 from NorwegianVeterinaryInstitute/trish-add
Browse files Browse the repository at this point in the history
Remove a subtitle
  • Loading branch information
trishangu authored Oct 8, 2024
2 parents 39d6e8f + 4d5771b commit 05aab12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ server <- function(input, output, session) {
subtitles <- c(
'Don\'t miss on all the fun!',
'Keep your blood sugar on par with your caffeine intake!',
'Never miss a cake!',
'The cake is not a lie!'
'Never miss a cake!'
)

output$subtitle <- renderUI({
Expand Down

0 comments on commit 05aab12

Please sign in to comment.