Skip to content

Commit ef7fffc

Browse files
committed
Release v1.2.0: Rebrand to Saileela Rahasya, update logos/icons, and refine text content
1 parent e02ce44 commit ef7fffc

19 files changed

Lines changed: 45 additions & 42 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.vercel
2+
.env*.local

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web",
3-
"version": "1.1.59",
3+
"version": "1.2.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

web/public/1024.png

934 KB
Loading

web/public/icon-192.png

67.1 KB
Loading

web/public/icon-512.png

390 KB
Loading

web/public/saileela-logo.png

1.3 MB
Loading

web/public/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "1.1.59",
2+
"version": "1.2.0",
33
"buildTime": "2025-12-19T12:15:00.000Z"
44
}

web/src/app/(main)/ask/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export default function AskPage() {
185185
<div className="space-y-2">
186186
<h1 className="text-3xl font-black text-gray-900 tracking-tight">Spiritual Inquiry</h1>
187187
<p className="text-gray-500 text-base leading-relaxed font-medium">
188-
Please sign in to share your spiritual questions and receive personal guidance from Krishnaji.
188+
Please sign in to share your spiritual questions and receive personal guidance from the Saileela Rahasya team.
189189
</p>
190190
</div>
191191
<SignInButton mode="modal">
@@ -237,7 +237,7 @@ export default function AskPage() {
237237
<div className="space-y-1">
238238
<h2 className="text-xl font-black text-gray-900">Seek Divine Guidance</h2>
239239
<p className="text-gray-400 text-xs md:text-sm max-w-sm mx-auto leading-relaxed">
240-
Share your spiritual query or request personal guidance from Krishnaji.
240+
Share your spiritual query or request personal guidance.
241241
</p>
242242
</div>
243243

@@ -470,7 +470,7 @@ export default function AskPage() {
470470
{tickets.find(t => t.id === expandedTicketId)?.messages.map((msg: TicketMessage, idx: number) => (
471471
<div key={msg.id || idx} className={`flex flex-col ${msg.sender === 'USER' ? 'items-end' : 'items-start'}`}>
472472
<div className={`text-[8px] font-black uppercase tracking-[0.15em] mb-1.5 ${msg.sender === 'USER' ? 'text-gray-400' : 'text-ochre'}`}>
473-
{msg.sender === 'USER' ? 'Your Request' : 'Krishnaji Guidance'}
473+
{msg.sender === 'USER' ? 'Your Request' : 'Guidance Response'}
474474
</div>
475475
<div className={`max-w-[85%] px-4 py-3 shadow-sm relative group w-fit ${msg.sender === 'USER'
476476
? 'bg-white border border-gray-100 text-gray-800 rounded-2xl rounded-tr-none'

web/src/app/(main)/bodhakatha/[articleId]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default async function BodhakathaDetailPage({ params }: { params: Promise
6868
},
6969
"publisher": {
7070
"@type": "Organization",
71-
"name": "Sai Leela Rahasya",
71+
"name": "Saileela Rahasya",
7272
"logo": {
7373
"@type": "ImageObject",
7474
"url": "https://saileelarahasya-web.vercel.app/icon-512.png"

web/src/app/(main)/leela/[articleId]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default async function LeelaDetailPage({ params }: { params: Promise<{ ar
6868
},
6969
"publisher": {
7070
"@type": "Organization",
71-
"name": "Sai Leela Rahasya",
71+
"name": "Saileela Rahasya",
7272
"logo": {
7373
"@type": "ImageObject",
7474
"url": "https://saileelarahasya-web.vercel.app/icon-512.png"

0 commit comments

Comments
 (0)