Просмотр исходного кода

change from smi to oridinal font icon

Tatsuya Ise 2 лет назад
Родитель
Сommit
5a55e9158c

+ 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>