Skip to content

Commit

Permalink
Move quotes to be next to each other.
Browse files Browse the repository at this point in the history
  • Loading branch information
samwho committed Apr 20, 2024
1 parent f2cc590 commit 0da5517
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ const symbols = [
"name": "Trademark",
"searchTerms": ["trademark", "TM"]
},
{
"glyph": "“",
"name": "Left Double Quotation Mark",
"searchTerms": ["quotation", "quote", "double", '"']
},
{
"glyph": "”",
"name": "Right Double Quotation Mark",
Expand Down Expand Up @@ -282,11 +287,6 @@ const symbols = [
"name": "Micro",
"searchTerms": ["micro"],
},
{
"glyph": "“",
"name": "Left Double Quotation Mark",
"searchTerms": ["quotation", "quote", "double", '"']
},
]

function renderSymbols(searchTerm) {
Expand Down

0 comments on commit 0da5517

Please sign in to comment.