Skip to content

Commit

Permalink
Update donation list (#204)
Browse files Browse the repository at this point in the history
* Update Donations.ts

Add MET WARN support, a civil meteorological organization in Hong Kong

* Update Donations.ts

* Update Donations.ts
  • Loading branch information
thomas930 authored Oct 5, 2024
1 parent 463bf11 commit 911077d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Donations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,16 @@ const Donations = [
en: "Please subscribe Green Bean Media",
},
},
{
url: {
zh: "https://www.metwarn.com/donate/",
en: "https://www.metwarn.com/donate/",
},
description: {
zh: "請捐款到《MET WARN 天氣預警》",
en: "Please donate to MET WARN",
},
},
];

export default Donations;

0 comments on commit 911077d

Please sign in to comment.