Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions components/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,17 @@ function Table() {
</table>
</div>
<div className="border-t border-gray-200 bg-blue-50 px-6 py-4 text-sm text-blue-900 space-y-1">
<p>The manuscript length should be 5–6 pages.</p>
<p>
<p><b>The manuscript length should be 5–6 pages.</b></p>
<p><b>
Additional pages beyond the limit will incur an extra page
charge of INR 1180 or USD 30 per page. Upto extra two pages
only.
</b>
</p>
<p>
<p><b>
(All the pricing details mentioned above are inclusive of 18%
GST)
</b>
</p>
</div>
</div>
Expand Down
Loading