Skip to content

Commit

Permalink
remove commented out code and close root element
Browse files Browse the repository at this point in the history
  • Loading branch information
bwindels committed Feb 1, 2019
1 parent acfe095 commit 87c193d
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions res/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,29 +185,4 @@ <h4 class="mx_Header22">_t("Decentralised, encrypted chat &amp; collaboration po
</div>
</div>
</div>



<!-- <div class="mx_HomePage_well">
<div class="mx_HomePage_col">
<div class="mx_HomePage_row ">
<div>
<h3>_t("Search the room directory")</h3>
<a class="mx_HomePage_room" href="#/directory">
<img class="mx_HomePage_icon" src="home/images/icons-directory.svg">
</a>
</div>
</div>
<div class="mx_HomePage_row">
<div>
<h3>_t("Chat with Riot Bot")</h3>
<a class="mx_HomePage_room" href="#/user/@riot-bot:matrix.org?action=chat">
<img class="mx_HomePage_icon" src="home/rooms/riot-bot.png">
</a>
<span class="mx_HomePage_comment">
_t("Get started with some tips from Riot Bot!")
</span>
</div>
</div>
</div>
</div> -->
</div>

0 comments on commit 87c193d

Please sign in to comment.