mirror of
https://github.com/OwethuManagedServices/oms-website-nextjs.git
synced 2026-02-04 20:57:40 +00:00
displaying vacancy completed
This commit is contained in:
@ -9,7 +9,7 @@ export const MetadataItem = ({
|
||||
label: string;
|
||||
value: React.ReactNode;
|
||||
}) => (
|
||||
<div className="flex items-start space-x-2 text-sm text-gray-700 font-poppins">
|
||||
<div className="flex items-start space-x-2 text-sm text-gray-700 dark:text-white font-poppins">
|
||||
<Icon
|
||||
className="h-5 w-5 mt-0.5 flex-shrink-0 text-primary"
|
||||
aria-hidden="true"
|
||||
|
||||
Reference in New Issue
Block a user