Skip to content

Commit

Permalink
Tab Name
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimminho committed Oct 29, 2023
1 parent 5a24240 commit 1a1bb0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Expand Up @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>AI Prompters</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
3 changes: 0 additions & 3 deletions src/App.tsx
Expand Up @@ -8,9 +8,6 @@ import { QuizzMaster } from './component/quizz-master';

const App: React.FunctionComponent = () => {




return (
<body data-theme="cmyk" className=" ">
<header className="bg-neutral flex justify-between w-full h-32 p-2">
Expand Down

0 comments on commit 1a1bb0c

Please sign in to comment.