yukendev пре 2 година
родитељ
комит
8be37ee42e
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      apps/app/src/components/PageTags/PageTags.tsx

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

@@ -34,6 +34,7 @@ export const PageTags:FC<Props> = (props: Props) => {
         <button
           type="button"
           className={`btn btn-sm btn-outline-secondary rounded-pill mb-2 d-flex d-lg-none ${styles['grw-tag-icon-button']}`}
+          onClick={() => {}} // TODO: add a handler
         >
           <span className="material-symbols-outlined">local_offer</span>
         </button>