Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: gitworkflows <[email protected]>
  • Loading branch information
gitworkflows and coderabbitai[bot] authored Nov 12, 2024
1 parent 60cb5eb commit 5453db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Chat } from '~/components/chat/Chat.client';
import { Header } from '~/components/header/Header';

export const meta: MetaFunction = () => {
return [{ title: 'Startgpt' }, { name: 'description', content: 'Talk with Startgpt, an AI assistant from KhulnaSoft' }];
return [{ title: 'StartGpt' }, { name: 'description', content: 'Talk with StartGpt, an AI assistant from KhulnaSoft' }];
};

export const loader = () => json({});
Expand Down

0 comments on commit 5453db1

Please sign in to comment.