Skip to content

Commit

Permalink
fixed copy
Browse files Browse the repository at this point in the history
  • Loading branch information
samanyougarg committed Feb 10, 2023
1 parent dd2bb8c commit da93a8f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/ChatBubble/UserDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const UserDetails = ({ sent }: UserDetailsProps) => {
sent ? 'justify-end items-end' : ''
}`}>
<p className='text-sm font-bold tracking-wider leading-none text-gray-800 uppercase whitespace-nowrap'>
{sent ? 'Arjuna' : 'Shri Krishna'}
{sent ? 'Arjuna' : 'GitaGPT'}
</p>
<p className='text-xs tracking-wide leading-none text-gray-500'>
{/* {useTimeFormat(time)} */}
Expand Down
2 changes: 1 addition & 1 deletion components/ChatSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ChatSection = ({showSuggestions,setShowSuggestions,chat}:ChatSectionProps)


<ChatBubble
message='Namaste, I am Krishna and I can answer any of your questions related to anything. Go ahead ask me something'
message='Radhey Radhey, I am GitaGPT, a repository of knowledge and wisdom. Allow me to assist you by answering any inquiries you may have. Ask me anything.'
sent={false}
/>
{
Expand Down
5 changes: 3 additions & 2 deletions components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ const Header = () => {
BhagavadGita.ai
</h1>
<p className='text-md leading-normal text-center text-gray-500'>
Unlock the Wisdom of Krishna with <a target="_blank" rel="noreferrer" href="https://writesonic.com/chat?utm_source=bhagavadgita.ai&utm_medium=banner&utm_campaign=bhagavadgita.ai">ChatSonic</a>
Unlock Your Potential with GitaGPT - The AI-Powered Spiritual Companion
</p>
<p className='text-sm leading-normal text-center'><a className="text-transparent bg-clip-text bg-gradient-to-r from-yellow-400 to-amber-600" target="_blank" rel="noreferrer" href="https://writesonic.com/chat?utm_source=bhagavadgita.ai&utm_medium=banner&utm_campaign=bhagavadgita.ai">(Powered by ChatSonic)</a></p>
<div className='flex items-start justify-start px-4 py-2 bg-gray-200 rounded-full mx-auto w-fit mt-3'>
<p className='text-xs font-medium tracking-wide leading-none text-center text-black'>
200,000+ devotees guided so far
250,000+ devotees guided so far
</p>
</div>
</header>
Expand Down
1 change: 0 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module.exports = {
200: '#FFFCF5',
100: '#FFEDC2',
},

},
},
},
Expand Down

1 comment on commit da93a8f

@vercel
Copy link

@vercel vercel bot commented on da93a8f Feb 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.