diff --git a/packages/web/components/elements/images/AIcon.tsx b/packages/web/components/elements/images/AIcon.tsx deleted file mode 100644 index f7972a2f0..000000000 --- a/packages/web/components/elements/images/AIcon.tsx +++ /dev/null @@ -1,14 +0,0 @@ -type AIconProps = { - size: number - color: string - style?: React.CSSProperties -} - -export function AIcon(props: AIconProps): JSX.Element { - return ( - - - - - ) -} \ No newline at end of file diff --git a/packages/web/components/templates/article/Article.tsx b/packages/web/components/templates/article/Article.tsx index a692d877b..ce8565c56 100644 --- a/packages/web/components/templates/article/Article.tsx +++ b/packages/web/components/templates/article/Article.tsx @@ -223,7 +223,7 @@ export function Article(props: ArticleProps): JSX.Element { <> -