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 })}`
|
const formatCurrency = (n: number) => `R${n.toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2 })}`
|
||||||
|
|
||||||
return (
|
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">
|
<PageHeader title="New Proposal" description="Create a professional quote for your client">
|
||||||
<Button variant="outline" size="sm" onClick={() => router.push("/proposals")}>
|
<Button variant="outline" size="sm" onClick={() => router.push("/proposals")}>
|
||||||
<ArrowLeft className="mr-1.5 h-4 w-4" /> Back
|
<ArrowLeft className="mr-1.5 h-4 w-4" /> Back
|
||||||
|
|||||||
Reference in New Issue
Block a user