Skip to content

Commit

Permalink
Merge pull request #3746 from mercedes-benz/feature-3745-website-menu…
Browse files Browse the repository at this point in the history
…-workaround

website menu woraround #3745
  • Loading branch information
sven-dmlr authored Dec 16, 2024
2 parents 15d0d1d + 5d0d51c commit 25b006e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sechub-website/components/home/Download.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ const links = [
Download SecHub for seamless security integration.<br>Orchestrates security tools through an unified API.<br>MIT License.
</p>

<Menu as="div" class="relative mt-8 inline-block text-left">
<div>
<MenuButton class="button">
<a href="https://mercedes-benz.github.io/sechub/index-old.html">
Downloads
</a>
</MenuButton>
</div>
</Menu>
<!-- Re-enable this block once issue #3744 is solved
<Menu as="div" class="relative mt-8 inline-block text-left">
<div>
<MenuButton class="button">
Expand Down Expand Up @@ -65,6 +75,7 @@ const links = [
</MenuItems>
</transition>
</Menu>
-->
</div>
</div>
</section>
Expand Down

0 comments on commit 25b006e

Please sign in to comment.