Skip to content

Commit

Permalink
keep width
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Jul 25, 2023
1 parent 966d9b1 commit e178a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PWAIcon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const PWAIcon = () => {
};

if (!offlineReady && !needRefresh) {
return null;
return <div className="w-12" />;
}

if (installing) {
Expand Down

0 comments on commit e178a2d

Please sign in to comment.