Merge branch 'master' of https://gitlab.chiefsoft.net/WrenchBoard/Users-Wrench into resources-page

This commit was merged in pull request #252.
This commit is contained in:
2023-07-05 13:52:39 +01:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ import SliderCom from "../Helpers/SliderCom";
export default function FamilyActiveLSlde({ className, trending }) { export default function FamilyActiveLSlde({ className, trending }) {
const settings = { const settings = {
arrows: false, arrows: false,
slidesToShow: 4, slidesToShow: 3,
slidesToScroll: 4, slidesToScroll: 3,
infinite: true, infinite: true,
responsive: [ responsive: [
{ {
@@ -112,7 +112,7 @@ export default function ParentWaitingTable() {
{new Date(item.added).toLocaleString().split(',')[0]} {new Date(item.added).toLocaleString().split(',')[0]}
</p> </p>
<p className="text-sm text-dark-gray dark:text-white">Status: {item.status}</p> <p className="text-xs px-3 py-1.5 tracking-wide rounded-full bg-gold text-white">{item.status}</p>
</div> </div>
</div> </div>
</li> </li>