Hopefully trim fix

This commit is contained in:
shabinder 2021-06-06 03:00:09 +05:30
parent ec141e5755
commit 54c4c8079e

View File

@ -40,10 +40,8 @@ internal suspend fun updateDownloadCards(
oldContent, oldContent,
""" """
<a href="https://github.com/Shabinder/SpotiFlyer/releases/latest"> <a href="https://github.com/Shabinder/SpotiFlyer/releases/latest">
<img src="${getDownloadCard(totalDownloads)}" <img src="${getDownloadCard(totalDownloads)}" height="125" width="280" alt="Total Downloads">
height="125" width="280" alt="Total Downloads"> </a>""".trim().trimIndent(),
</a>
""",
secrets.tagName secrets.tagName
) )
} }