yohei0125 4 лет назад
Родитель
Сommit
fa89a345b3
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      packages/app/src/components/Navbar/GrowiContextualSubNavigation.tsx

+ 3 - 3
packages/app/src/components/Navbar/GrowiContextualSubNavigation.tsx

@@ -103,7 +103,7 @@ const AdditionalMenuItems = (props: AdditionalMenuItemsProps): JSX.Element => {
         disabled={isGuestUser || isSharedUser}
         disabled={isGuestUser || isSharedUser}
         className="d-flex align-items-center"
         className="d-flex align-items-center"
       >
       >
-        <span className="grw-dropdown-icon grw-dropdown-icon d-flex justify-content-center">
+        <span className="grw-dropdown-icon d-flex justify-content-center">
           <HistoryIcon />
           <HistoryIcon />
         </span>
         </span>
         {t('History')}
         {t('History')}
@@ -113,7 +113,7 @@ const AdditionalMenuItems = (props: AdditionalMenuItemsProps): JSX.Element => {
         onClick={() => openAccessoriesModal(PageAccessoriesModalContents.Attachment)}
         onClick={() => openAccessoriesModal(PageAccessoriesModalContents.Attachment)}
         className="d-flex align-items-center"
         className="d-flex align-items-center"
       >
       >
-        <span className="grw-dropdown-icon grw-dropdown-icon d-flex justify-content-center">
+        <span className="grw-dropdown-icon d-flex justify-content-center">
           <AttachmentIcon />
           <AttachmentIcon />
         </span>
         </span>
         {t('attachment_data')}
         {t('attachment_data')}
@@ -124,7 +124,7 @@ const AdditionalMenuItems = (props: AdditionalMenuItemsProps): JSX.Element => {
         disabled={isGuestUser || isSharedUser || isLinkSharingDisabled}
         disabled={isGuestUser || isSharedUser || isLinkSharingDisabled}
         className="d-flex align-items-center"
         className="d-flex align-items-center"
       >
       >
-        <span className="grw-dropdown-icon grw-dropdown-icon d-flex justify-content-center">
+        <span className="grw-dropdown-icon d-flex justify-content-center">
           <ShareLinkIcon />
           <ShareLinkIcon />
         </span>
         </span>
         {t('share_links.share_link_management')}
         {t('share_links.share_link_management')}