Add documentation links to the page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
0e25c96cd1
commit
d66de37eca
|
@ -95,7 +95,18 @@ export function App()
|
||||||
`It's player "${Constants.PLAYER_NAMES[game.currentPlayer]}"s turn`
|
`It's player "${Constants.PLAYER_NAMES[game.currentPlayer]}"s turn`
|
||||||
],
|
],
|
||||||
[MenuBar, { game }],
|
[MenuBar, { game }],
|
||||||
[Ad]
|
[Ad],
|
||||||
|
[
|
||||||
|
"div",
|
||||||
|
{ className: "links" },
|
||||||
|
[
|
||||||
|
"a",
|
||||||
|
{
|
||||||
|
href: "./docs/Documentation"
|
||||||
|
},
|
||||||
|
"Documentation"
|
||||||
|
]
|
||||||
|
]
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -93,3 +93,7 @@ div {
|
||||||
.ad {
|
.ad {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.links {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue