Job list popout added

This commit is contained in:
victorAnumudu
2023-05-10 19:29:15 +01:00
parent f3c4efa409
commit 8369dbfeff
6 changed files with 197 additions and 19 deletions
@@ -1,6 +1,6 @@
import React from 'react'
function Detail({label, value, bg}) {
function Detail({label, value, bg,}) {
return (
<>
<label className='w-full md:w-1/4 text-slate-900 tracking-wide font-semibold'>{label}</label>