Skip to content

Commit

Permalink
Replace non-ASCII character with code
Browse files Browse the repository at this point in the history
  • Loading branch information
RiboRings committed Nov 29, 2024
1 parent c7ba907 commit a19843e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/landing_page.R
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@

observe({
.print_message(
title = "Welcome to the Microbiome Analysis Dashboard! 🦠",
title = "Welcome to the Microbiome Analysis Dashboard! \U0001f9a0",
"miaDash is actively maintained by the",
tags$a(href = "https://datascience.utu.fi/",
"Turku Data Science Group", target = "_blank", .noWS = "after"),
Expand Down
3 changes: 2 additions & 1 deletion R/miaDash.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ miaDash <- function() {

iSEE(
landingPage = .landing_page,
appTitle = sprintf("Microbiome Analysis Dashboard - v%s", packageVersion("miaDash"))
appTitle = paste0("Microbiome Analysis Dashboard \U0001f9a0 - ",
packageVersion("miaDash"))
)

}
Expand Down

0 comments on commit a19843e

Please sign in to comment.