Skip to content

Commit

Permalink
Fixed splash screen (#202)
Browse files Browse the repository at this point in the history
* Added update fix

* Added splash

---------

Co-authored-by: nang-dev <[email protected]>
  • Loading branch information
nang-dev and nang-dev authored Nov 30, 2024
1 parent 4d695bc commit b8b2111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/pages/welcome/splashScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const SplashScreen = ({ onNext }: { onNext: () => void }) => {
/>
<h1 className="text-3xl font-bold mb-2">Welcome to PearAI</h1>
<p className="text-center text-lg mb-6">
Your AI-powered development assistant.
Your AI-Powered Code Editor.
</p>
<Button onClick={onNext} className="max-w-xs">
Let's get started!
Expand Down

0 comments on commit b8b2111

Please sign in to comment.