1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-24 03:18:28 +02:00

Add emoji

This commit is contained in:
Nayam Amarshe 2024-04-24 18:51:58 +05:30
parent 5cc9bd0df5
commit d739eae7c7
2 changed files with 5 additions and 4 deletions

View File

@ -6,8 +6,9 @@ export function DonateButton({}) {
<a <a
href="https://buymeacoffee.com/fossisthefuture" href="https://buymeacoffee.com/fossisthefuture"
target="_blank" target="_blank"
className="btn-primary btn"> className="btn btn-primary"
DONATE >
💎 DONATE
</a> </a>
</div> </div>
); );

View File

@ -193,7 +193,7 @@ function SettingsTab({
href="https://github.com/upscayl/upscayl/wiki/" href="https://github.com/upscayl/upscayl/wiki/"
target="_blank" target="_blank"
> >
GET HELP 🙏 GET HELP
</a> </a>
{featureFlags.APP_STORE_BUILD && ( {featureFlags.APP_STORE_BUILD && (
<a <a
@ -201,7 +201,7 @@ function SettingsTab({
href={`mailto:upscayl@gmail.com?subject=Upscayl%20Issue%3A%20%3CIssue%20name%20here%3E&body=Device%20Name%3A%20%3CYOUR%20DEVICE%20MODEL%3E%0AOperating%20System%3A%20%3CYOUR%20OPERATING%20SYSTEM%20VERSION%3E%0AUpscayl%20Version%3A%20${upscaylVersion}%0A%0AHi%2C%20I'm%20having%20an%20issue%20with%20Upscayl.%20%3CDESCRIBE%20ISSUE%20HERE%3E`} href={`mailto:upscayl@gmail.com?subject=Upscayl%20Issue%3A%20%3CIssue%20name%20here%3E&body=Device%20Name%3A%20%3CYOUR%20DEVICE%20MODEL%3E%0AOperating%20System%3A%20%3CYOUR%20OPERATING%20SYSTEM%20VERSION%3E%0AUpscayl%20Version%3A%20${upscaylVersion}%0A%0AHi%2C%20I'm%20having%20an%20issue%20with%20Upscayl.%20%3CDESCRIBE%20ISSUE%20HERE%3E`}
target="_blank" target="_blank"
> >
EMAIL DEVELOPER 📧 EMAIL DEVELOPER
</a> </a>
)} )}
{!featureFlags.APP_STORE_BUILD && <DonateButton />} {!featureFlags.APP_STORE_BUILD && <DonateButton />}