Skip to content

Commit

Permalink
Add font for marker
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Oct 2, 2024
1 parent 4b01136 commit 4951fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oaf/src/commands/misc/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async function renderMap(interaction: ChatInputCommandInteraction) {
<image href="${MAP}"/>
${coords.map(
({ x, y }) =>
`<text x="${x * 800}" y="${y * 406}" font-size="8px">📍</text>`,
`<text x="${x * 800}" y="${y * 406}" font-size="8px" font-family="Noto Color Emoji">📍</text>`,
)}
</svg>
`;
Expand Down

0 comments on commit 4951fab

Please sign in to comment.