Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShotaKitazawa committed Jan 20, 2024
1 parent d647bba commit f7e887f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/components/Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ export const Layout: React.FC = ({ children }) => {
<link rel="shortcut icon" href="/favicon.ico" />
<meta charSet="utf-8" />
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
<script
src="https://code.iconify.design/1/1.0.7/iconify.min.js"
async
/>
</Head>
<div className="relative z-20">
<Header />
Expand Down

0 comments on commit f7e887f

Please sign in to comment.