Skip to content

Commit

Permalink
Merge pull request #9 from Enterwell/stage
Browse files Browse the repository at this point in the history
Update PackagesList.tsx
  • Loading branch information
AleksandarDev committed Sep 8, 2023
2 parents c8bd73d + f6496b1 commit ab9097b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/components/internal/PackagesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { Card, CardActionArea, CardContent } from "@mui/material";
import Image from "next/image";

const availablePackages = [
{ name: "UI", description: "React component library.", href: '/ui/about', library: 'react' },
{ name: "Hooks", description: "React hooks library.", href: '/hooks/about', library: 'react' },
{ name: "UI", description: "React component library.", href: '/ui/ui/about', library: 'react' },
{ name: "Hooks", description: "React hooks library.", href: '/ui/hooks/about', library: 'react' },
];

export function PackagesList() {
Expand Down

0 comments on commit ab9097b

Please sign in to comment.