This commit is contained in:
@@ -23,7 +23,7 @@ const items = [
|
||||
|
||||
export function PortfolioSubnav({ active }: PortfolioSubnavProps) {
|
||||
return (
|
||||
<AppCard level={2}>
|
||||
<AppCard level={2} layer="single">
|
||||
<CardContent className="flex flex-wrap gap-2 p-4">
|
||||
{items.map((item) => (
|
||||
<Link
|
||||
|
||||
Reference in New Issue
Block a user