Skip to content

Commit bd03b1f

Browse files
committed
chore: Update README.
1 parent ccb0a02 commit bd03b1f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ server <- function(input, output, session) {
7272
)
7373
)
7474
})
75-
75+
7676
observeEvent(input$button, {
7777
showModal(modalDialog(
7878
title = "Selected row data",
7979
reactable(data[input$button$row, ])
8080
))
8181
})
82-
82+
8383
}
8484

8585
shinyApp(ui, server)
@@ -103,4 +103,6 @@ Get in touch [opensource@appsilon.com](mailto:opensource@appsilon.com)
103103

104104
Explore the [Rhinoverse](https://rhinoverse.dev) - a family of R packages built around [Rhino](https://appsilon.github.io/rhino/)!
105105

106-
<a href = "https://appsilon.com/careers/" target="_blank"><img src="https://raw.githubusercontent.com/Appsilon/website-cdn/gh-pages/WeAreHiring1.png" alt="We are hiring!"/></a>
106+
<a href = "https://appsilon.us16.list-manage.com/subscribe?u=c042d7c0dbf57c5c6f8b54598&id=870d5bfc05" target="_blank">
107+
<img src="https://raw.githubusercontent.com/Appsilon/website-cdn/gh-pages/shiny_weekly_light.jpg" alt="Subscribe for Shiny tutorials, exclusive articles, R/Shiny community events, and more."/>
108+
</a>

0 commit comments

Comments
 (0)