update title
This commit is contained in:
parent
f22fe204aa
commit
c02e19f0b8
@ -13,7 +13,7 @@ export function App() {
|
|||||||
}, []);
|
}, []);
|
||||||
return (
|
return (
|
||||||
<div className="app">
|
<div className="app">
|
||||||
<h1>开球网俱乐部比赛名单</h1>
|
<h1>开球网比赛分组预测</h1>
|
||||||
<ClubSelector onGameClick={handleGameClick} />
|
<ClubSelector onGameClick={handleGameClick} />
|
||||||
<Drawer
|
<Drawer
|
||||||
placement="bottom"
|
placement="bottom"
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
||||||
|
|
||||||
<link rel="icon" type="image/svg+xml" href="./logo.svg" />
|
<link rel="icon" type="image/svg+xml" href="./logo.svg" />
|
||||||
<title>Bun + React</title>
|
<title>开球网比赛分组预测</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user