diff --git a/src/pages/honkai3rd/media/pomodoro.tsx b/src/pages/honkai3rd/media/pomodoro.tsx index 7e065a27..a60a5d92 100644 --- a/src/pages/honkai3rd/media/pomodoro.tsx +++ b/src/pages/honkai3rd/media/pomodoro.tsx @@ -4,6 +4,7 @@ import PomodoroAppMain from '../../../pomodoro/PomodoroAppMain' import { loadTimerEvents } from '../../../pomodoro/data' import { TimerEvent } from '../../../pomodoro/interfaces' import { theme } from '../../../pomodoro/theme' +import Head from 'next/head' const PomodoroAppPage = () => { const [initialized, setInitialized] = useState(false) @@ -18,6 +19,9 @@ const PomodoroAppPage = () => { } return ( + + Pomodoro Bronya - Abyss Lab +