From 5265ca895a8d7760b8412865dc4e47225c33aecb Mon Sep 17 00:00:00 2001 From: yasuaki640 Date: Sun, 14 Jul 2024 00:43:38 +0900 Subject: [PATCH] Remove unnecessary script tag for Go language highlighting in Layout.tsx file --- src/views/Layout.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/Layout.tsx b/src/views/Layout.tsx index 701f548..90d7d4e 100644 --- a/src/views/Layout.tsx +++ b/src/views/Layout.tsx @@ -8,10 +8,8 @@ export const Layout: FC = ({ children }) => ( href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github.min.css" /> - {children} );