This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "order_number": "1777834736Q9GMZ", | |
| "qikink_shipping": "1", | |
| "gateway": "Prepaid", | |
| "total_order_value": "999.00", | |
| "line_items": [ | |
| { | |
| "search_from_my_products": 1, | |
| "sku": "v-9hCk3iWBaVZW08UKNRQrubTUqw3X83Ce", | |
| "quantity": "1", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const JobCard = ({ company, logo, timeAgo, jobTitle, location, type, applied, vacancies }) => { | |
| return ( | |
| <div className="group rounded-md bg-white p-6 shadow dark:bg-slate-900 dark:shadow-gray-700"> | |
| <div className="flex items-center justify-between"> | |
| <div className="flex items-center"> | |
| <div className="flex size-14 items-center justify-center rounded-md bg-white shadow dark:bg-slate-900 dark:shadow-gray-700"> | |
| <img src={logo} className="size-8" alt={company} /> | |
| </div> | |
| <div className="ms-3"> | |
| <a className="block text-[16px] font-semibold transition-all duration-500 hover:text-emerald-600" href="#"> |