This commit is contained in:
@@ -116,7 +116,7 @@ export default function NewProposalPage() {
|
||||
const formatCurrency = (n: number) => `R${n.toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2 })}`
|
||||
|
||||
return (
|
||||
<div className="space-y-6 max-w-4xl">
|
||||
<div className="space-y-6 max-w-4xl mx-auto">
|
||||
<PageHeader title="New Proposal" description="Create a professional quote for your client">
|
||||
<Button variant="outline" size="sm" onClick={() => router.push("/proposals")}>
|
||||
<ArrowLeft className="mr-1.5 h-4 w-4" /> Back
|
||||
|
||||
Reference in New Issue
Block a user