Skip to content

Commit

Permalink
docs: too small images on mobile (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 authored Dec 12, 2022
1 parent 14e41e3 commit 9ff90d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/swr-devtools-demo/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export default function Home() {
src={cachePanelImage}
style={{
width: "50%",
minWidth: "300px",
height: "auto",
}}
priority
Expand All @@ -117,6 +118,7 @@ export default function Home() {
src={historyPanelImage}
style={{
width: "50%",
minWidth: "300px",
height: "auto",
}}
priority
Expand All @@ -128,6 +130,7 @@ export default function Home() {
src={networkPanelImage}
style={{
width: "50%",
minWidth: "300px",
height: "auto",
}}
priority
Expand Down

1 comment on commit 9ff90d6

@vercel
Copy link

@vercel vercel bot commented on 9ff90d6 Dec 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

swr-devtools – ./

swr-devtools.vercel.app
swr-devtools-koba04.vercel.app
swr-devtools-git-main-koba04.vercel.app

Please sign in to comment.