diff --git a/package.json b/package.json index 351bc64..47bafa9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "homepage": "https://ngsplanner.com/ngsplanner/#", + "homepage": "https://ngsplanner.com", "name": "ngsplanner", "version": "0.1.0", "private": true, diff --git a/src/TestPanel.js b/src/TestPanel.js index de29d16..ef1343c 100644 --- a/src/TestPanel.js +++ b/src/TestPanel.js @@ -152,7 +152,7 @@ const [effectPage,setEffectPage] = useState(1) const [weaponPage,setWeaponPage] = useState(1) const [statPage,setStatPage] = useState(1) -const [modalOpen,setModalOpen] = useState(true) +const [modalOpen,setModalOpen] = useState(false) const [tabPage,setTabPage] = useState(1) const [sortSelector,setSortSelector] = useState("Standard Sort") const sortItems=[ diff --git a/src/style.css b/src/style.css index 7ac8655..8050e40 100644 --- a/src/style.css +++ b/src/style.css @@ -165,7 +165,7 @@ em { /*min-width: 300px;*/ /*max-width: 500px;*/ padding-bottom:10px; - filter: drop-shadow(0 5px 5px black); + filter: drop-shadow(0 5px 5px rgba(0,0,0,0.8)); } /* box hover, save bcuz i will use this in popup menu .box:hover { @@ -337,6 +337,7 @@ em { } .equipPaletteSlotWrapper { background-color: rgba(128,128,128,0.50); + cursor:pointer; padding: 10px; } .equipPaletteSlotWrapper span {