cjerzak commited on
Commit
c0d7f46
·
verified ·
1 Parent(s): f3b3aee

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +6 -0
app.R CHANGED
@@ -266,6 +266,12 @@ ui <- dashboardPage(
266
  href = "https://connorjerzak.com/wp-content/uploads/2024/07/CompositionBib.txt",
267
  "BibTeX",
268
  target = "_blank"
 
 
 
 
 
 
269
  )
270
  )
271
  )
 
266
  href = "https://connorjerzak.com/wp-content/uploads/2024/07/CompositionBib.txt",
267
  "BibTeX",
268
  target = "_blank"
269
+ ),
270
+ " | ",
271
+ tags$a(
272
+ href = "https://www.youtube.com/watch?v=nnfDj1NdOMo",
273
+ "YouTube",
274
+ target = "_blank"
275
  )
276
  )
277
  )