feat: increase gallery grid from 4 to 5 columns per row on desktopfeat: increase gallery grid from 4 to 5 columns per row on desktop
This commit is contained in:
@@ -49,6 +49,6 @@ class LatestCommentsController extends Controller
|
||||
|
||||
$page_title = 'Latest Comments';
|
||||
|
||||
return view('community.latest-comments', compact('page_title', 'comments'));
|
||||
return view('web.comments.latest', compact('page_title', 'comments'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user