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