Skip to content

Commit

Permalink
Update after-css-demo.html try single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
wittjeff authored Jun 5, 2024
1 parent 56c86e2 commit c432b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion after-css-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<style>
.link-icon-after::after {
content: " - Remember this &#128297;";
content: '&#128297;'
}
</style>
</head>
Expand Down

0 comments on commit c432b7d

Please sign in to comment.