Skip to content

Commit

Permalink
fix(*): fix empty download button on all pages
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Nov 28, 2023
1 parent e6954ba commit 13726e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions browse/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<li><a href="/browse" class="nav-link px-2 link-secondary">Browse</a></li>
<li><a href="/docs" class="nav-link px-2 link-body-emphasis">Documentation</a></li>
</ul>
<a href="#"><button type="button" class="btn btn-primary">Download</button></a>
<a href="https://github.com/teamblueprint/main/releases/latest"><button type="button" class="btn btn-primary">Download</button></a>
</div>
</div>
</header>
Expand All @@ -43,7 +43,7 @@
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item rounded-2" href="#">Download</a></li>
<li><a class="dropdown-item rounded-2" href="https://github.com/teamblueprint/main/releases/latest">Download</a></li>
</ul>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<li><a href="/browse" class="nav-link px-2 link-body-emphasis">Browse</a></li>
<li><a href="/docs" class="nav-link px-2 link-secondary">Documentation</a></li>
</ul>
<a href="#"><button type="button" class="btn btn-primary">Download</button></a>
<a href="https://github.com/teamblueprint/main/releases/latest"><button type="button" class="btn btn-primary">Download</button></a>
</div>
</div>
</header>
Expand All @@ -43,7 +43,7 @@
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item rounded-2" href="#">Download</a></li>
<li><a class="dropdown-item rounded-2" href="https://github.com/teamblueprint/main/releases/latest">Download</a></li>
</ul>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<li><a href="/browse" class="nav-link px-2 link-body-emphasis">Browse</a></li>
<li><a href="/docs" class="nav-link px-2 link-body-emphasis">Documentation</a></li>
</ul>
<a href="#"><button type="button" class="btn btn-primary">Download</button></a>
<a href="https://github.com/teamblueprint/main/releases/latest"><button type="button" class="btn btn-primary">Download</button></a>
</div>
</div>
</header>
Expand All @@ -43,7 +43,7 @@
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item rounded-2" href="#">Download</a></li>
<li><a class="dropdown-item rounded-2" href="https://github.com/teamblueprint/main/releases/latest">Download</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 13726e1

Please sign in to comment.