Skip to content

Commit

Permalink
Remove unnecessary script tag for Go language highlighting in Layout.…
Browse files Browse the repository at this point in the history
…tsx file
  • Loading branch information
yasuaki640 committed Jul 13, 2024
1 parent bb3c308 commit 4ff2c99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const Layout: FC = ({ children }) => (
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github.min.css"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/go.min.js" />
<script>hljs.highlightAll();</script>
</head>

Expand Down

0 comments on commit 4ff2c99

Please sign in to comment.