Skip to content

Commit

Permalink
Merge pull request #172 from Sandeepkumargond/sandeep
Browse files Browse the repository at this point in the history
deleted the dropdown 2nd icon
  • Loading branch information
4darsh-Dev authored Aug 10, 2024
2 parents 40c5c31 + ebce804 commit 5384311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django-web-app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1><a href="/"><img class="logo-img" src="{% static 'img/cogniguard-logo.png' %
<li> <a class="menu-items" href="{% url 'home:about' %}">About</a> </li>
<li class="dropdown">
<a class="menu-items dropdown-toggle" href="#">
Dark Patterns <i class="fas fa-chevron-down"></i>
Dark Patterns
</a>
<ul class="dropdown-menu">
<li><a class="drop-items" href="{% url 'home:know-about-dp' %}">What are Dark Patterns</a>
Expand Down

0 comments on commit 5384311

Please sign in to comment.