chore(template): theme logo

This commit is contained in:
jialin
2026-07-06 11:58:51 +08:00
committed by jialin
parent 39024b1d46
commit 1bb9fd73db
4 changed files with 35 additions and 15 deletions
@@ -1,5 +1,5 @@
import { IconFont } from '@gpustack/core-ui';
import { useIntl, useSearchParams } from '@umijs/max';
import { useIntl } from '@umijs/max';
import { Tabs, TabsProps } from 'antd';
import React, { useState } from 'react';
import Environment from './environment';
@@ -12,7 +12,6 @@ const Details: React.FC<{
}> = ({ tabBarExtraContent }) => {
const intl = useIntl();
const [activeKey, setActiveKey] = useState('summary');
const [searchParams] = useSearchParams();
const items: TabsProps['items'] = [
{