Skip to content

Commit

Permalink
fix: ph-icons src link (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
shelegdmitriy authored Apr 25, 2024
1 parent a2f2863 commit cd9bf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default function App({ Component, pageProps }: AppPropsWithLayout) {
<link rel="manifest" href="manifest.json" />
</Head>

<Script id="phosphor-icons" src="https://unpkg.com/@phosphor-icons/web@2.1.0" async />
<Script id="phosphor-icons" src="https://unpkg.com/@phosphor-icons/web" async />

<Script
src="https://static.zdassets.com/ekr/snippet.js?key=1736c8d0-1d86-4080-b622-12accfdb74ca"
Expand Down

0 comments on commit cd9bf80

Please sign in to comment.