Remove "." after link
This commit is contained in:
parent
f641479638
commit
c46394c292
|
|
@ -59,7 +59,7 @@ function assembleFeed(series: Series): string {
|
||||||
|
|
||||||
function descriptionWithDonationPromotion(description: string): string {
|
function descriptionWithDonationPromotion(description: string): string {
|
||||||
const promotion =
|
const promotion =
|
||||||
`Takk for at du bruker NRSS 🙏🌟 Vurder å støtte utviklingen via Vipps med omtrent det samme som prisen på en kaffekopp. Se mer på ${getHostUrl()}.`;
|
`Takk for at du bruker NRSS 🙏🌟 Vurder å støtte utviklingen via Vipps med omtrent det samme som prisen på en kaffekopp. Se mer på ${getHostUrl()}`;
|
||||||
|
|
||||||
return `
|
return `
|
||||||
${promotion} \n
|
${promotion} \n
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue