Skip to content

Commit af667ba

Browse files
committed
Chore: Final UI polish for inquiry flow and add branding assets
1 parent 6e9be14 commit af667ba

4 files changed

Lines changed: 2 additions & 1 deletion

File tree

.DS_Store

0 Bytes
Binary file not shown.

web/public/github-preview.png

667 KB
Loading

web/public/splash.png

101 KB
Loading

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export default function AskPage() {
108108
setNewTicketSubject('');
109109
setNewTicketMessage('');
110110
setIsNewQuestionExpanded(false);
111+
setNotification({ message: "Inquiry submitted successfully! The team will review it soon.", type: 'success' });
111112
refreshTickets();
112113
} else {
113114
setNotification({ message: "Error: " + result.error, type: 'error' });
@@ -488,7 +489,7 @@ export default function AskPage() {
488489
<div className="w-1 h-1 rounded-full bg-blue-500 animate-pulse delay-150" />
489490
<div className="w-1 h-1 rounded-full bg-blue-500 animate-pulse delay-300" />
490491
</div>
491-
<span className="text-[8px] font-black text-blue-500/80 uppercase tracking-[0.25em]">Guidance Shared</span>
492+
<span className="text-[8px] font-black text-blue-500/80 uppercase tracking-[0.25em]">Message Sent</span>
492493
<div className="w-4 h-4 bg-blue-50 rounded-full flex items-center justify-center border border-blue-100/50">
493494
<CheckCircle2 className="w-2.5 h-2.5 text-blue-500" />
494495
</div>

0 commit comments

Comments
 (0)