add link to the explanation by savage13 (#16)
This commit is contained in:
parent
f3bfa5f79b
commit
eaa887f592
3 changed files with 11 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "botw-hundo-dupl",
|
||||
"version": "2.1.2",
|
||||
"version": "2.1.3",
|
||||
"homepage": "https://dupl.itntpiston.app/",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -153,6 +153,7 @@ export const App: React.FC = () => {
|
|||
|
||||
<div id="NavBar" style={{
|
||||
backgroundColor: "#262626",
|
||||
color: "#ffffff",
|
||||
height: 40
|
||||
}}>
|
||||
<button className="MainButton" onClick={()=>{
|
||||
|
@ -167,7 +168,7 @@ export const App: React.FC = () => {
|
|||
<button className="MainButton" onClick={()=>{
|
||||
setPage("#options");
|
||||
}}>Options</button>
|
||||
|
||||
Helpful reading for understanding IST: <a href="https://restite.org/reload/#">https://restite.org/reload</a> by savage13
|
||||
</div>
|
||||
|
||||
<div id="SidePane" style={{
|
||||
|
|
|
@ -12,3 +12,11 @@ code {
|
|||
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
||||
monospace;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #b7f1ff
|
||||
}
|
||||
|
||||
a:visited{
|
||||
color: #b7afff
|
||||
}
|
||||
|
|
Reference in a new issue