We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536ae6a commit 862f830Copy full SHA for 862f830
zillowgame/src/components/SideBar.js
@@ -7,7 +7,7 @@ export default props => {
7
<Menu>
8
<h2 id = "menu-item">Beavers Try to Beat the Zestimate!</h2>
9
<img src = {beaver} width ="100" height = "100" alt ="Beaver Pic--TBD"></img>
10
- <a className="menu-item">Steps to Using Beat the Zestimate!</a>
+ <a className="menu-item">Steps to Beating the Zestimate!</a>
11
<ol className="menu-item">
12
<li>Login Using Accounts Page. DB Admin must add you to the system.</li>
13
<li>Use DisplayProperties to view all your properties</li>
0 commit comments