pramod_Task#410 : Display Directory Feature at Project Section #162

Merged
pramod.mahajan merged 22 commits from pramod_Task#410 into Feature_Directory 2025-05-30 07:15:04 +00:00
Showing only changes of commit 15d313baf1 - Show all commits

View File

@ -13,7 +13,7 @@ const FloatingMenu = () => {
actions.map((action, index) => ( actions.map((action, index) => (
<button <button
key={index} key={index}
className={`badge bg-label-${action.color} rounded-pill mb-2 d-inline-flex align-items-center gap-2 px-3 py-1 cursor-pointer fab-option`} className={`badge bg-${action.color} rounded-pill mb-2 d-inline-flex align-items-center gap-2 px-3 py-1 cursor-pointer fab-option`}
onClick={action.onClick} onClick={action.onClick}
title={action.label} title={action.label}
> >