-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added donate page to help menu and to language files
- Loading branch information
1 parent
f200073
commit cb81f66
Showing
8 changed files
with
110 additions
and
5 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ | |
Zap16, | ||
Mail16, | ||
Question16, | ||
Gift16, | ||
} from "svelte-octicons"; | ||
</script> | ||
|
||
|
@@ -54,6 +55,12 @@ | |
{$_("authSection.help.premium")} | ||
</MenuItem> | ||
</Link> | ||
<Link toUrl="https://www.muckrock.com/donate/" color={true}> | ||
<MenuItem> | ||
<Gift16 slot="icon" /> | ||
{$_("authSection.help.donate")} | ||
</MenuItem> | ||
</Link> | ||
<a href="mailto:[email protected]" class="color" target="_blank"> | ||
<MenuItem> | ||
<Mail16 slot="icon" /> | ||
|