Skip to content

Commit

Permalink
Update after-css-demo.html try unicode following backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
wittjeff authored Jun 5, 2024
1 parent c432b7d commit a0bd85c
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: '&#128297;'
content: '\128297';
}
</style>
</head>
Expand Down

0 comments on commit a0bd85c

Please sign in to comment.