mirror of
https://github.com/upscayl/upscayl.git
synced 2025-01-31 12:13:43 +01:00
Add emoji
This commit is contained in:
parent
5cc9bd0df5
commit
d739eae7c7
@ -6,8 +6,9 @@ export function DonateButton({}) {
|
||||
<a
|
||||
href="https://buymeacoffee.com/fossisthefuture"
|
||||
target="_blank"
|
||||
className="btn-primary btn">
|
||||
DONATE
|
||||
className="btn btn-primary"
|
||||
>
|
||||
💎 DONATE
|
||||
</a>
|
||||
</div>
|
||||
);
|
||||
|
@ -193,7 +193,7 @@ function SettingsTab({
|
||||
href="https://github.com/upscayl/upscayl/wiki/"
|
||||
target="_blank"
|
||||
>
|
||||
GET HELP
|
||||
🙏 GET HELP
|
||||
</a>
|
||||
{featureFlags.APP_STORE_BUILD && (
|
||||
<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`}
|
||||
target="_blank"
|
||||
>
|
||||
EMAIL DEVELOPER
|
||||
📧 EMAIL DEVELOPER
|
||||
</a>
|
||||
)}
|
||||
{!featureFlags.APP_STORE_BUILD && <DonateButton />}
|
||||
|
Loading…
x
Reference in New Issue
Block a user