1
0
Fork 0

add link to the explanation by savage13 (#16)

This commit is contained in:
Michael 2022-08-08 11:52:12 -07:00 committed by GitHub
parent f3bfa5f79b
commit eaa887f592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "botw-hundo-dupl",
"version": "2.1.2",
"version": "2.1.3",
"homepage": "https://dupl.itntpiston.app/",
"private": true,
"dependencies": {

View file

@ -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={{

View file

@ -12,3 +12,11 @@ code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
a {
color: #b7f1ff
}
a:visited{
color: #b7afff
}