mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-07-15 16:24:36 +00:00
basic concept ready
This commit is contained in:
parent
a57800e3a4
commit
74798d239b
10 changed files with 197 additions and 44 deletions
|
|
@ -5,7 +5,7 @@ import FrameHeading from '../Components/FrameHeading'
|
|||
|
||||
export default function Layout({ title, gametype, children }) {
|
||||
useEffect(() => {
|
||||
document.title = title;
|
||||
document.title = title + ' - Tribes 2 Stats';
|
||||
}, [title])
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue