Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rpgmvmz authored Oct 11, 2023
1 parent 62ee979 commit 78b9476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function Index({ config, kvMonitors, kvMonitorsLastUpdate }) {
<div className="flex flex-row justify-between items-center p-4">
<div className="flex flex-row items-center">
<img className="h-8 w-auto" src={config.settings.logo} />
<h1 className="ml-4 text-3xl">緒山まひろの状態</h1>
<h1 className="ml-4 text-3xl">站点监控列表</h1>
</div>
<div className="flex flex-row items-center">
{typeof window !== 'undefined' && <ThemeSwitcher />}
Expand Down

0 comments on commit 78b9476

Please sign in to comment.