Yuki Takei 2 lat temu
rodzic
commit
b4275527d3
1 zmienionych plików z 0 dodań i 1 usunięć
  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}