Skip to content

Commit

Permalink
fix: udpate dynamically updating title to Naarad | metaKGP
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Jun 30, 2024
1 parent 957a54a commit 39a15fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const App = () => {
};

const updateTitle = (newNotificationsCount) => {
document.title = newNotificationsCount > 0 ? `(${newNotificationsCount}) ntfy` : "ntfy";
document.title = newNotificationsCount > 0 ? `(${newNotificationsCount}) Naarad | metaKGP` : "Naarad | metaKGP";
window.navigator.setAppBadge?.(newNotificationsCount);
};

Expand Down

0 comments on commit 39a15fb

Please sign in to comment.