Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
cfranceschi-ledger committed Oct 18, 2024
1 parent 23bada6 commit 526797f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Homepage/ExampleCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const ExampleCard: FC<ExampleCardProps> = ({icon, title, subtitle, descri
{/* <Tag type={type} /> */}
<div className="items-center gap-2 hidden md:flex opacity-0 group-hover:opacity-100 -translate-x-2 group-hover:translate-x-0 ease-linear duration-300">
<span className="text-p-caption underline whitespace-nowrap">Get your own project started</span>
<img src="/icons/arrow-right-white.svg" alt="button icon" />
<img src="../../public/icons/arrow-right-white.svg" alt="button icon" />
</div>
</div>
<div className="items-center gap-2 mt-6 flex md:hidden">
Expand Down
2 changes: 1 addition & 1 deletion components/Homepage/FooterData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const FooterData: FooterDataType = [
},
{
label: "Docs",
link: "/docs/sections",
link: "/docs/dev-tracks/quickstart",
scrollLink: null,
},
{
Expand Down

0 comments on commit 526797f

Please sign in to comment.