Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoLeist committed Mar 23, 2024
1 parent 6ae1e22 commit 6ae1627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phenoRankeR/R/mod_conv_mode.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ conv_mode_note = tagList(
convert_pheno_icon = tags$div(
icon("github"),
tags$a(
"Convert-pheno, A software toolkit for the interconversion of standard data models for phenotypic data",
"Convert-Pheno: A software toolkit for the interconversion of standard data models for phenotypic data",
href = "https://github.com/CNAG-Biomedical-Informatics/convert-pheno",
)
)
Expand Down
2 changes: 1 addition & 1 deletion phenoRankeR/R/mod_landing_page.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ mod_landing_page_ui <- function(id){
div(
icon("github"),
a(
"Convert-pheno, A software toolkit for the interconversion of standard data models for phenotypic data",
"Convert-Pheno: A software toolkit for the interconversion of standard data models for phenotypic data",
href = "https://github.com/CNAG-Biomedical-Informatics/convert-pheno",
)
)
Expand Down

0 comments on commit 6ae1627

Please sign in to comment.