소스 검색

remove icon

Yuki Takei 2 년 전
부모
커밋
b4275527d3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      apps/app/src/components/PageTags/PageTags.tsx

+ 0 - 1
apps/app/src/components/PageTags/PageTags.tsx

@@ -37,7 +37,6 @@ export const PageTags:FC<Props> = (props: Props) => {
   return (
     <>
       <div className={`${styles['grw-tag-labels']} grw-tag-labels d-flex align-items-center`} data-testid="grw-tag-labels">
-        <i className="tag-icon icon-tag me-2" />
         <RenderTagLabels
           tags={tags}
           openEditorModal={openEditorModal}