Skip to content

Commit

Permalink
fix(sandbox): corrected favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
MathurAditya724 committed Mar 25, 2024
1 parent 9076085 commit 674c3b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified apps/sandbox/public/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions apps/sandbox/src/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const Layout: FC<PropsWithChildren> = (props: PropsWithChildren) => {
href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap"
rel="stylesheet"
/>
<title>Hono Rate Limiter + Vercel KV</title>
<Style />
</head>
<body class={globalClasses}>
Expand Down

0 comments on commit 674c3b9

Please sign in to comment.