mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-28 19:44:23 +01:00
Do not show category buttons as long as we do not have any category page
This commit is contained in:
@@ -17,6 +17,8 @@ export default function Categories() {
|
||||
)}
|
||||
</div>
|
||||
|
||||
return (<div></div>)
|
||||
/*
|
||||
return (
|
||||
<div className="flex gap-12 flex-wrap">
|
||||
{data?.allCategories.map(category =>
|
||||
@@ -24,4 +26,5 @@ export default function Categories() {
|
||||
)}
|
||||
</div>
|
||||
)
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user