Skip to content

Commit

Permalink
favicon and head tag
Browse files Browse the repository at this point in the history
  • Loading branch information
oshoura committed Aug 1, 2023
1 parent e401260 commit dfa4358
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 0 additions & 3 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import { Html, Head, Main, NextScript } from "next/document";
export default function Document() {
return (
<Html lang="en">
<Head>
<title>IslamGPT</title>
</Head>
<body>
<Main />
<NextScript />
Expand Down
10 changes: 6 additions & 4 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ import { Message } from '@/types/chat';
import ReactMarkdown from 'react-markdown';
import LoadingDots from '@/components/ui/LoadingDots';
import { Document } from 'langchain/document';
import ReactModal from 'react-modal';
import { Spinner } from '@/components/ui/Spinner';
import Modal from '@mui/material/Modal';
import Box from '@mui/material/Box';
import Head from 'next/head';

import {
Accordion,
Expand Down Expand Up @@ -158,6 +157,9 @@ export default function Home() {

return (
<>
<Head>
<title>IslamAI</title>
</Head>
<Layout>
<Modal
open={modalOpen}
Expand All @@ -177,8 +179,8 @@ export default function Home() {
<br />
<br />
Please note, that this chatbot should not be used for fatwa purposes. It is only a reference tool.
It's strengths are retrieving the approproate sources to answer your questions. Please always
double check it's answer, by reviewing the sources it provides.
It&apos;s strengths are retrieving the approproate sources to answer your questions. Please always
double check it&apos;s answer, by reviewing the sources it provides.
<br />
<br />
Thank you, and I hope you benefit from using this tool.
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.

0 comments on commit dfa4358

Please sign in to comment.