Skip to content

Commit

Permalink
feat: updating copy (#25)
Browse files Browse the repository at this point in the history
* Update Initial Copy

* Add bug copy
  • Loading branch information
natalierutgers committed Mar 12, 2024
1 parent a50f1e6 commit 43748e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/components/InitialLoad.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ export const InitialLoad = ({ fn }: { fn: () => void }) => {
<h2 className="font-favorit mt-2 block font-bold text-xl text-gray-100">
Welcome to Deepgram&apos;s
<br />
AI Agent Demo.
AI Agent Tech Demo.
</h2>
<div className="flex justify-center mt-4">
<ul className="list-disc list-inside marker:text-[#13EF93]">
<li className="text-center">Nova-2 Speech-to-Text</li>
<li className="text-center">OpenAI GPT-3.5 Turbo</li>
<li className="text-center">Aura Text-to-Speech</li>
</ul>
</div>
Expand All @@ -30,7 +31,7 @@ export const InitialLoad = ({ fn }: { fn: () => void }) => {
</span>
<span className="mt-4 block text-sm text-gray-100/70">
<Headphones /> For optimal enjoyment, we recommend using headphones
while using this application.
while using this application. Minor bugs and annoyances may appear while using this demo. Pull requests are welcome.
</span>
</button>
</div>
Expand Down

0 comments on commit 43748e7

Please sign in to comment.