Skip to content

Commit

Permalink
Update symbols.js
Browse files Browse the repository at this point in the history
Adding the @-Sign
  • Loading branch information
Joes36beat authored Jan 10, 2025
1 parent 563dc26 commit ba7fab8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ const symbols = [
name: "Copyright",
searchTerms: ["(C)"]
},
{
glyph: "@",
name: "At sign",
searchTerms: ["At"]
},
{
glyph: "®",
name: "Registered Trademark",
Expand Down

0 comments on commit ba7fab8

Please sign in to comment.