Skip to content

Commit

Permalink
Add title element to Layout component for setting page title
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuaki640 committed Jul 27, 2024
1 parent 9b47c53 commit 2354d3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const Layout: FC = ({ children }) => (
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js" />
<script>hljs.highlightAll();</script>
<title>gpt-web-client</title>
</head>
<body>{children}</body>
</html>
Expand Down

0 comments on commit 2354d3f

Please sign in to comment.