Skip to content

Commit

Permalink
Correct space in footer between name and the comma
Browse files Browse the repository at this point in the history
  • Loading branch information
stesiam committed Jul 14, 2024
1 parent 2390e4c commit 9debe90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ ui <- add_cookie_handlers(
class = "footer footer-center p-4 bg-base-300 text-base-content",
tags$div(class = "flex flex-row justify-center align-center",
tags$p(
"Copyright ©", tags$a(class = "link link-primary", href="https://www.stesiam.com/", target="_blank", "stesiam"), ", ", "2024")
"Copyright ©", tags$a(class = "link link-primary", href="https://www.stesiam.com/", target="_blank", "stesiam,"), "2024")
)
)
)
Expand Down

0 comments on commit 9debe90

Please sign in to comment.