Skip to content

Commit

Permalink
chore: nx format:write update dirty files
Browse files Browse the repository at this point in the history
  • Loading branch information
andes-it committed Oct 9, 2024
1 parent 94d09cd commit 9be2aa0
Showing 1 changed file with 5 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,6 @@ export class EndorsementListService {
'apps/services/endorsements/api/src/assets/island.png',
)



doc.registerFont('Regular', regularFontPath)
doc.registerFont('Bold', boldFontPath)

Expand Down Expand Up @@ -381,7 +379,7 @@ export class EndorsementListService {
.text(endorsementList.title, 60, currentYPosition, {
align: 'left',
})

currentYPosition = doc.y + 15

doc
Expand Down Expand Up @@ -417,18 +415,14 @@ export class EndorsementListService {
.font('Bold')
.fontSize(12)
.text('Fjöldi undirskrifta: ', 60, currentYPosition, { align: 'left' })



currentYPosition = doc.y + 5
doc
.font('Regular')
.fontSize(12)
.text(
endorsementList.endorsementCount.toString(),
60,
currentYPosition,
{ align: 'left' },
)
.text(endorsementList.endorsementCount.toString(), 60, currentYPosition, {
align: 'left',
})
currentYPosition = doc.y + 15

doc
Expand Down

0 comments on commit 9be2aa0

Please sign in to comment.