Yuki Takei hace 2 años
padre
commit
b4275527d3
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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}