Skip to content

Commit

Permalink
Bump version of freegpt.js: 1.0.2 => 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devashish2024 committed Apr 11, 2024
1 parent 4eb1c78 commit 9c925c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ export const metadata = {

export default function RootLayout({ children }) {
return (
<html lang="en"> {/* className="dark" */}
<html lang="en">
{" "}
{/* className="dark" */}
<head>
<script src="https://cdn.jsdelivr.net/gh/ashishagarwal2023/freegptjs/src/freegpt.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/ashishagarwal2023/freegpt.js.org@master/src/freegpt.js"></script>
</head>
<body className={inter.className + " dark:bg-[#212121]"}>{children}</body>
</html>
Expand Down

0 comments on commit 9c925c5

Please sign in to comment.