Add company logo to app header and PDF
This commit is contained in:
BIN
client/public/images/Logo.jpg
Normal file
BIN
client/public/images/Logo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
@ -73,6 +73,11 @@ export default function QuoteSummary({ pricing, selections, onBack, onNew }) {
|
|||||||
<div className="border-b border-gray-300 pb-4 mb-4">
|
<div className="border-b border-gray-300 pb-4 mb-4">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<div>
|
<div>
|
||||||
|
<img
|
||||||
|
src="/images/Logo.jpg"
|
||||||
|
alt="Company Logo"
|
||||||
|
className="h-14 mb-2 object-contain"
|
||||||
|
/>
|
||||||
<h3 className="text-2xl font-bold text-gray-900">
|
<h3 className="text-2xl font-bold text-gray-900">
|
||||||
Gate Operator Quote
|
Gate Operator Quote
|
||||||
</h3>
|
</h3>
|
||||||
|
|||||||
@ -135,6 +135,11 @@ export default function Wizard({ pricing, onLogout }) {
|
|||||||
</svg>
|
</svg>
|
||||||
Logout
|
Logout
|
||||||
</button>
|
</button>
|
||||||
|
<img
|
||||||
|
src="/images/Logo.jpg"
|
||||||
|
alt="Company Logo"
|
||||||
|
className="h-16 mx-auto mb-3 object-contain"
|
||||||
|
/>
|
||||||
<h1 className="text-3xl font-bold text-gray-900">
|
<h1 className="text-3xl font-bold text-gray-900">
|
||||||
Gate Operator Quotation System
|
Gate Operator Quotation System
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user