mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-06 21:57:48 +01:00
Run pre-commit hooks over existing codebase
Co-Authored-By: Ben Phelps <ben@phelps.io>
This commit is contained in:
@@ -9,7 +9,7 @@ export default function List({ bookmarks, layout }) {
|
||||
<ul
|
||||
className={classNames(
|
||||
layout?.style === "row" ? `grid ${columnMap[layout?.columns]} gap-x-2` : "flex flex-col",
|
||||
"mt-3 bookmark-list"
|
||||
"mt-3 bookmark-list",
|
||||
)}
|
||||
>
|
||||
{bookmarks.map((bookmark) => (
|
||||
|
||||
Reference in New Issue
Block a user