publish dep
This commit is contained in:
parent
f5228aec9f
commit
63ab72161d
@ -368,7 +368,7 @@ function ReportSheetHeader({ sheet }: { sheet: ReportSheet }) {
|
||||
<table className="w-full border-collapse">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td className=" p-2 text-center" style={{ width: '25%' }}>
|
||||
<td className=" p-2 text-center border-r border-black" style={{ width: '25%' }}>
|
||||
<img
|
||||
src="/logo03.png"
|
||||
alt="Company Logo"
|
||||
@ -378,12 +378,12 @@ function ReportSheetHeader({ sheet }: { sheet: ReportSheet }) {
|
||||
}}
|
||||
/>
|
||||
</td>
|
||||
<td className="border-r-2 border-l-2 border-black p-2 text-center font-bold text-lg" style={{ width: '50%' }}>
|
||||
<td className="border-r border-l border-black p-2 text-center font-bold text-lg" style={{ width: '50%' }}>
|
||||
<div>Reclamation Work Diary</div>
|
||||
<div className="border-t border-black mt-1 pt-1">QF-3.6.1-08</div>
|
||||
<div className="border-t border-black mt-1 pt-1">Rev. 1.0</div>
|
||||
</td>
|
||||
<td className="p-2 text-center" style={{ width: '25%' }}>
|
||||
<td className="p-2 text-center border-l border-black" style={{ width: '25%' }}>
|
||||
<img
|
||||
src="/logo-light.png"
|
||||
alt="Arab Potash Logo"
|
||||
|
||||
BIN
prisma/dev.db
BIN
prisma/dev.db
Binary file not shown.
Loading…
Reference in New Issue
Block a user