Skip to content

Commit

Permalink
Removed unused fullscreen limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-bowl committed Oct 2, 2024
1 parent 03c7b56 commit df421b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const Home: React.FC = () => {
</IonToolbar>
</IonHeader>

<IonContent fullscreen>
<IonContent>
{layout === "grid" ? (
<PostGrid posts={postData.data} mockCount={10} />
) : (
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Overview: React.FC = () => {
</IonToolbar>
</IonHeader>

<IonContent fullscreen>
<IonContent>
<Headline siteInfo={siteInfo.data} />
<IonListHeader>
<IonLabel>Posts</IonLabel>
Expand Down

0 comments on commit df421b5

Please sign in to comment.