diff --git a/src/App.js b/src/App.js index 2113134..7c88587 100644 --- a/src/App.js +++ b/src/App.js @@ -826,7 +826,7 @@ function DamageCalculator(p) { } function TooltipTest(p) { - return <>This is some tooltip info! + return <>This is some tooltip info! Does it get larger as we add more content? Or does it stay puny. } function App() { @@ -917,9 +917,9 @@ function App() { Modal content goes here.{BACKEND_URL}

} - >Mouseover Me!
+ >Mouseover Me! I need more width to make this work.