publish dep

This commit is contained in:
yznahmad 2025-08-18 15:26:22 +03:00
parent f5228aec9f
commit 63ab72161d
2 changed files with 3 additions and 3 deletions

View File

@ -368,7 +368,7 @@ function ReportSheetHeader({ sheet }: { sheet: ReportSheet }) {
<table className="w-full border-collapse"> <table className="w-full border-collapse">
<tbody> <tbody>
<tr> <tr>
<td className=" p-2 text-center" style={{ width: '25%' }}> <td className=" p-2 text-center border-r border-black" style={{ width: '25%' }}>
<img <img
src="/logo03.png" src="/logo03.png"
alt="Company Logo" alt="Company Logo"
@ -378,12 +378,12 @@ function ReportSheetHeader({ sheet }: { sheet: ReportSheet }) {
}} }}
/> />
</td> </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>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">QF-3.6.1-08</div>
<div className="border-t border-black mt-1 pt-1">Rev. 1.0</div> <div className="border-t border-black mt-1 pt-1">Rev. 1.0</div>
</td> </td>
<td className="p-2 text-center" style={{ width: '25%' }}> <td className="p-2 text-center border-l border-black" style={{ width: '25%' }}>
<img <img
src="/logo-light.png" src="/logo-light.png"
alt="Arab Potash Logo" alt="Arab Potash Logo"

Binary file not shown.