Skip to content

Commit

Permalink
Mainly trigger a new deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Sep 25, 2024
1 parent 08ada0f commit 1ba4d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/pwa-badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function PWABadge() {
{needRefresh && (
<div className="bg-background fixed bottom-0 right-0 z-10 m-4 flex flex-col gap-y-3 rounded-xl border border-white/20 p-3 text-left">
<span id="toast-message" className="text-sm font-bold text-white">
New content available, click on reload button to update.
New content available, click on Reload button to update.
</span>
<div className="flex items-center justify-end gap-x-3">
<Button className="rounded-lg px-3 py-[0.125rem] text-sm font-bold" onClick={() => close()}>
Expand Down

0 comments on commit 1ba4d48

Please sign in to comment.