Updated FUNDING.yml
This commit is contained in:
parent
aae679e2aa
commit
50a1714811
2 changed files with 2 additions and 14 deletions
14
.github/FUNDING.yml
vendored
14
.github/FUNDING.yml
vendored
|
|
@ -1,13 +1 @@
|
||||||
# These are supported funding model platforms
|
ko_fi: "prozilla"
|
||||||
|
|
||||||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
|
||||||
patreon: # Replace with a single Patreon username
|
|
||||||
open_collective: # Replace with a single Open Collective username
|
|
||||||
ko_fi: "prozilla" # Replace with a single Ko-fi username
|
|
||||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
|
||||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
|
||||||
liberapay: # Replace with a single Liberapay username
|
|
||||||
issuehunt: # Replace with a single IssueHunt username
|
|
||||||
otechie: # Replace with a single Otechie username
|
|
||||||
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
|
|
||||||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ export const WindowsView: FC = memo(() => {
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const resetViewportTitleAndIcon = () => {
|
const resetViewportTitleAndIcon = () => {
|
||||||
setViewportTitle(`${NAME} | ${TAG_LINE}`);
|
setViewportTitle(`${NAME} | ${TAG_LINE}`);
|
||||||
setViewportIcon("/favicon.ico");
|
setViewportIcon("/favicon.ico?v=6");
|
||||||
};
|
};
|
||||||
|
|
||||||
if (sortedWindows.length === 0 || sortedWindows[sortedWindows.length - 1].minimized)
|
if (sortedWindows.length === 0 || sortedWindows[sortedWindows.length - 1].minimized)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue