Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Oct 2, 2024
1 parent 8cdbd81 commit 297b7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aipane/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const App: React.FC<AppProps> = (props: AppProps) => {

return (
<div className={styles.root}>
<Header logo="assets/logo-filled.png" title={props.title} message="Groq-ai" />
<Header logo="assets/logo-filled.png" title={props.title} message="AI emailer" />
{showApiKeyInput ? (
<HeroApiKey apiKey={apiKey} onApiKeyChange={handleApiKeyChange} onApiKeySubmit={handleApiKeySubmit} />
) : (
Expand Down

0 comments on commit 297b7b0

Please sign in to comment.