mirror of
https://github.com/upscayl/upscayl.git
synced 2025-01-31 20:15:25 +01:00
Refactor email developer button in SettingsTab component
This commit is contained in:
parent
53f1140c65
commit
0c9ccce18d
@ -175,12 +175,14 @@ function SettingsTab({
|
||||
target="_blank">
|
||||
Read Wiki Guide
|
||||
</a>
|
||||
<a
|
||||
className="btn-primary btn"
|
||||
href="mailto:nayam.emikx@aleeas.com?subject=Upscayl%20Issue:%20&body=Describe%20your%20issue%20here."
|
||||
target="_blank">
|
||||
Email Developer
|
||||
</a>
|
||||
{featureFlags.APP_STORE_BUILD && (
|
||||
<a
|
||||
className="btn-primary btn"
|
||||
href="mailto:nayam.emikx@aleeas.com?subject=Upscayl%20Issue:%20&body=Describe%20your%20issue%20here."
|
||||
target="_blank">
|
||||
Email Developer
|
||||
</a>
|
||||
)}
|
||||
{!featureFlags.APP_STORE_BUILD && <DonateButton />}
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user