Track Actio Pages
This commit is contained in:
@@ -79,7 +79,7 @@ export default function TrackItemCard({ datas, hidden = false }) {
|
||||
|
||||
<p className="text-sm text-thin-light-gray dark:text-white">
|
||||
<Link
|
||||
to={`/${datas.widget}`}
|
||||
to={`/track-action/${datas.widget}`}
|
||||
className="text-xl font-bold text-dark-gray dark:text-white mb-2 capitalize line-clamp-1"
|
||||
>
|
||||
{datas.title}
|
||||
|
||||
Reference in New Issue
Block a user