Skip to content

Commit

Permalink
Edit button order on info page
Browse files Browse the repository at this point in the history
  • Loading branch information
narayan-sajeev committed Jun 12, 2023
1 parent 3f94129 commit 0be4e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/partials/info.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<div class="col-lg-3">

<a class="btn btn-lg btn-outline-dark" href="commonly-abused">Commonly Abused Drugs</a>
<a class="btn btn-lg btn-outline-dark" href="stats">Statistics</a>

</div>

Expand Down Expand Up @@ -80,7 +80,7 @@

<div class="col-lg-3">

<a class="btn btn-lg btn-outline-dark" href="stats">Statistics</a>
<a class="btn btn-lg btn-outline-dark" href="commonly-abused">Commonly Abused Drugs</a>

</div>

Expand Down

0 comments on commit 0be4e70

Please sign in to comment.