瀏覽代碼

change from smi to oridinal font icon

Tatsuya Ise 2 年之前
父節點
當前提交
5a55e9158c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/app/src/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

+ 1 - 1
apps/app/src/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

@@ -24,7 +24,7 @@ const CustomBotWithoutProxySettings = (props) => {
     <>
       <h2 className="admin-setting-header">{t('admin:slack_integration.custom_bot_without_proxy_integration')}
         <a href={t('admin:slack_integration.docs_url.custom_bot_without_proxy')} target="_blank" rel="noopener noreferrer">
-          <span className="material-symbols-outlined btn-link ms-2">open_in_new</span>
+          <span className="growi-custom-icons btn-link ms-2 fs-3">external_link</span>
         </a>
       </h2>