Skip to content

Commit

Permalink
chore: adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Jan 11, 2024
1 parent 7c0ee4e commit d396fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ports/ens/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function createENS(): IENSComponent {
const nameYPosition = height / 2 + 20 // Adjust as needed
ctx.fillText(name, width / 2, nameYPosition)

ctx.font = '700 18px Inter' // This sets the font weight to 600 and the font size to 40px
ctx.font = '700 18px Inter' // This sets the font weight to700 and the font size to 18px
ctx.fillStyle = '#FCFCFCCC'
ctx.textAlign = 'center'
ctx.textBaseline = 'middle'
Expand Down

0 comments on commit d396fcc

Please sign in to comment.