Skip to content

Commit

Permalink
Tweak donation message + change labels
Browse files Browse the repository at this point in the history
+ Add ADLXWrapper in About page
  • Loading branch information
Rem0o committed Aug 11, 2024
1 parent bcf74f6 commit 1040d67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/layouts/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const DevInformation = () => {
iconSvgPath={icons.paypal}
href={consts.urls.donationUrl}
viewBox="0 0 16 16"
text="PayPal"
text="Donate"
/>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/reactComponents/donationModal.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import type { JsxElement } from "typescript";
import consts from "../common/consts";
import { icons } from "../common/icons";
import { FooterButton } from "./footerButton";
import { BigIcon, Icon } from "./icon";
import { SpinningLogo } from "./spinningLogo";
import { Modal } from "./modal";

Expand All @@ -17,6 +15,8 @@ function Donation(exitModal: Function) {

<div className="m-2">Thanks for downloading FanControl !</div>

<div className="mb-2">If you want to support the developper of this project: </div>

<div className="m-2 flex flex-row space-x-4">
<FooterButton
iconSvgPath={icons.heart}
Expand All @@ -27,7 +27,7 @@ function Donation(exitModal: Function) {
iconSvgPath={icons.paypal}
href={consts.urls.donationUrl}
viewBox="0 0 16 16"
text="PayPal"
text="Donate"
/>
</div>
</>
Expand Down
1 change: 1 addition & 0 deletions src/reactPages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const AboutPage = () => {
{[
consts.urls.lhmGithubPageUrl,
"https://github.com/falahati/NvAPIWrapper",
"https://github.com/Rem0o/ADLXWrapper",
"https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit"
].map((x, i) => (
<li key={i} className="break-words">
Expand Down

0 comments on commit 1040d67

Please sign in to comment.