From 865ba63cb8eab512d9a2fbe088acf9cf27fb1f6d Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Tue, 18 Jul 2023 09:54:23 +0330 Subject: [PATCH] chore: update Manifesto --- src/components/mdx/Manifesto/Manifesto.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/mdx/Manifesto/Manifesto.tsx b/src/components/mdx/Manifesto/Manifesto.tsx index ca94f54..121b086 100644 --- a/src/components/mdx/Manifesto/Manifesto.tsx +++ b/src/components/mdx/Manifesto/Manifesto.tsx @@ -1,6 +1,7 @@ +import { Button } from '@acid-info/lsd-react' +import Link from '@docusaurus/Link' import React from 'react' import styles from './style.module.css' -import { Button } from '@acid-info/lsd-react' type Props = { children: React.ReactNode @@ -15,9 +16,9 @@ export const Manifesto = ({ children }: Props) => { {children}
- + - +