Skip to content

Commit

Permalink
use custom card
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwaits committed Jul 19, 2024
1 parent ba7e7c4 commit 15d0731
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions content/docs/guides/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ toc: false

import Link from "fumadocs-core/link";
import { ImageZoom } from 'fumadocs-ui/components/image-zoom';
import { SectionHeader } from '@/components/layout/section-header';
import { Badge } from "@/components/ui/badge";
import { SecondaryCard } from "@/components/card"
import guidesImage from '@/public/guides.svg';
import data from '@/utils/all-guides.json';

Expand All @@ -23,7 +22,7 @@ import data from '@/utils/all-guides.json';
<Cards>
{data.guides.map(guide => {
return (
<Card
<SecondaryCard
key={guide.title}
href={guide.href}
title={guide.title}
Expand Down

0 comments on commit 15d0731

Please sign in to comment.