Update tag cloud link to conversations

This commit is contained in:
Hypolite Petovan 2023-05-20 10:20:01 -04:00
parent 28185c12fc
commit c5e4e342bb
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class TagCloud
foreach ($r as $rr) {
$tags[] = [
'level' => $rr[2],
'url' => $url . '?tag=' . urlencode($rr[0]),
'url' => $url . '/conversations?tag=' . urlencode($rr[0]),
'name' => $rr[0],
];
}