Skip to content

Commit

Permalink
remove shells mention.
Browse files Browse the repository at this point in the history
  • Loading branch information
aviwad committed Mar 1, 2024
1 parent b9593c5 commit 2d35c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librehunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ function distro(){
document.getElementById("text").parentNode.removeChild(document.getElementById("text"));

// add Jumbotron
document.getElementById("distroFoundJumbotron").innerHTML += '<section class="jumbotron mx-5 my-5"><div class="container text-center"><h1 class="jumbotron-heading">Distros found!</h1><p class="lead">All distros found are ordered descending from peak similarity</p><p class="lead">Easily test out any Linux distro with Shells, a subscription service to run Linux through your web browser.</p></div></section>';
document.getElementById("distroFoundJumbotron").innerHTML += '<section class="jumbotron mx-5 my-5"><div class="container text-center"><h1 class="jumbotron-heading">Distros found!</h1><p class="lead">All distros found are ordered descending from peak similarity</p></div></section>';

//array with does match, doesn't match
match=[" ✔️"," ❌"];
Expand Down

0 comments on commit 2d35c67

Please sign in to comment.