Skip to content

Commit

Permalink
hotfix: initial modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ESCRI11 committed Jan 31, 2025
1 parent b4e4c3c commit a6fa26f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/modules/UpgradeModule.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ UpgradeModuleServer <- function(id, auth) {
showModal <- function() {
body <- tagList(
tags$iframe(
class = "iframe2",
src = "https://upgrade.bigomics.ch/buy-now/", # Replace with the desired URL
width = "100%",
# height = "82vh",
Expand Down
2 changes: 1 addition & 1 deletion scss/components/_iframe.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
iframe {
.iframe2 {
height: 82vh;
}

0 comments on commit a6fa26f

Please sign in to comment.