Skip to content

Commit

Permalink
fixed bug with wrong fontawesome names
Browse files Browse the repository at this point in the history
  • Loading branch information
jromanowska committed Aug 22, 2022
1 parent a306c27 commit 97515e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/tutorials/git-multi/git-multi.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ chosen file, in the same fragment of code/text. Save changes, commit, and push.

> `r fa("lightbulb")` Each group member does it in their own pace!
> `r fa("exclamation-triangle")` Only the first `push` action will be frictionless!
> `r fa("triangle-exclamation")` Only the first `push` action will be frictionless!
> Read the information returned in the output window and act accordingly.

Expand Down
2 changes: 1 addition & 1 deletion inst/tutorials/git-single/git-single.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Add the script or the .Rmd file you have been working on to your repository.
> `r fa("lightbulb")` HINT: to make `git` keep track of your files, you need to `stage` the changes
> and then `commit` those.
> `r fa("exclamation-triangle")` Do not `push` changes!
> `r fa("triangle-exclamation")` Do not `push` changes!
### Quiz

Expand Down

0 comments on commit 97515e2

Please sign in to comment.