Skip to content

Commit

Permalink
branding
Browse files Browse the repository at this point in the history
  • Loading branch information
bhackett1024 committed Jan 20, 2025
1 parent 1d8dc1a commit 20b5b53
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion app/components/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function Header() {
<div className="flex items-center gap-2 z-logo text-bolt-elements-textPrimary cursor-pointer">
<div className="i-ph:sidebar-simple-duotone text-xl" />
<a href="/" className="text-2xl font-semibold text-accent flex items-center">
<img src="/logo-styled.svg" alt="logo" className="w-[45px] inline-block rotate-90" />
<img src="/logo-styled.svg" alt="logo" className="w-[40px] inline-block rotate-90" />
</a>
</div>
{chat.started && ( // Display ChatDescription and HeaderActionButtons only when the chat has started.
Expand Down
2 changes: 1 addition & 1 deletion app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Header } from '~/components/header/Header';
import BackgroundRays from '~/components/ui/BackgroundRays';

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

export const loader = () => json({});
Expand Down
Binary file removed public/apple-touch-icon-precomposed.png
Binary file not shown.
Binary file removed public/apple-touch-icon.png
Binary file not shown.
Binary file modified public/favicon.ico
Binary file not shown.
4 changes: 0 additions & 4 deletions public/favicon.svg

This file was deleted.

Binary file removed public/logo-dark.png
Binary file not shown.
Binary file removed public/logo-light.png
Binary file not shown.
15 changes: 0 additions & 15 deletions public/logo.svg

This file was deleted.

0 comments on commit 20b5b53

Please sign in to comment.