- A new version is available from stackblitz-labs/bolt.diy (
+ A new version is available from stackblitz-labs/bolt.diy (Slate upstream) (
{isLatestBranch ? 'main' : 'stable'} branch)
diff --git a/app/components/chat/BaseChat.tsx b/app/components/chat/BaseChat.tsx
index c5b50c01..b137d573 100644
--- a/app/components/chat/BaseChat.tsx
+++ b/app/components/chat/BaseChat.tsx
@@ -563,7 +563,7 @@ export const BaseChat = React.forwardRef(
minHeight: TEXTAREA_MIN_HEIGHT,
maxHeight: TEXTAREA_MAX_HEIGHT,
}}
- placeholder="How can Bolt help you today?"
+ placeholder="How can Slate help you today?"
translate="no"
/>
diff --git a/app/components/chat/ExamplePrompts.tsx b/app/components/chat/ExamplePrompts.tsx
index 7171eca7..21f16ead 100644
--- a/app/components/chat/ExamplePrompts.tsx
+++ b/app/components/chat/ExamplePrompts.tsx
@@ -1,7 +1,7 @@
import React from 'react';
const EXAMPLE_PROMPTS = [
- { text: 'Create a mobile app about bolt.diy' },
+ { text: 'Create a mobile app idea generator' },
{ text: 'Build a todo app in React using Tailwind' },
{ text: 'Build a simple blog using Astro' },
{ text: 'Create a cookie consent form using Material UI' },
diff --git a/app/components/header/Header.tsx b/app/components/header/Header.tsx
index ce46702a..80369f90 100644
--- a/app/components/header/Header.tsx
+++ b/app/components/header/Header.tsx
@@ -4,6 +4,7 @@ import { chatStore } from '~/lib/stores/chat';
import { classNames } from '~/utils/classNames';
import { HeaderActionButtons } from './HeaderActionButtons.client';
import { ChatDescription } from '~/lib/persistence/ChatDescription.client';
+import { SlateWordmark } from './SlateWordmark';
export function Header() {
const chat = useStore(chatStore);
@@ -17,10 +18,8 @@ export function Header() {
>