Skip to content

Commit 9f9304f

Browse files
authored
Remove Font Awesome 5 message about the level-up icon (#3407)
1 parent 3d3b05c commit 9f9304f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/showcase.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ showcaseCodeTabs <- function(codeLicense) {
134134
a(id="showcase-code-position-toggle",
135135
class="btn btn-default btn-sm",
136136
onclick="toggleCodePosition()",
137-
icon("level-up"),
137+
icon("level-up-alt"),
138138
"show with app"),
139139
ul(class="nav nav-tabs",
140140
navTabsHelper(rFiles),

0 commit comments

Comments
 (0)