mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
changes to the layout
This commit is contained in:
@@ -49,7 +49,7 @@ export default function Home({
|
||||
All Categories
|
||||
</li>
|
||||
{categories.map((cat) => (
|
||||
<li key={cat.path} className="py-1 text-secondary">
|
||||
<li key={cat.path} className="py-1 text-default">
|
||||
<a href="#">{cat.name}</a>
|
||||
</li>
|
||||
))}
|
||||
@@ -59,7 +59,7 @@ export default function Home({
|
||||
All Designers
|
||||
</li>
|
||||
{brands.flatMap(({ node }) => (
|
||||
<li key={node.path} className="py-1 text-secondary">
|
||||
<li key={node.path} className="py-1 text-default">
|
||||
<a href="#">{node.name}</a>
|
||||
</li>
|
||||
))}
|
||||
|
Reference in New Issue
Block a user