Skip to content

Commit

Permalink
Merge pull request #69 from hmrc/remove-digital-service-link-in-menu
Browse files Browse the repository at this point in the history
Removed the Digital Service link in the navigation bar
  • Loading branch information
thomas-vogel444 authored May 20, 2019
2 parents 5f7a011 + 7a95f3c commit 93be5a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/views/standard_layout.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@
</a>
</header>
<ul class="nav navbar-nav">
<li>
<a id="link-to-digital-services" href="@appRoutes.CatalogueController.allDigitalServices" class="@if(active=="digital-services") {active}">Digital Services</a>
</li>
<li>
<a id="link-to-teams" href="@appRoutes.CatalogueController.allTeams" class="@if(active=="teams") {active}">Teams</a>
</li>
Expand Down

0 comments on commit 93be5a5

Please sign in to comment.