Skip to content

Commit

Permalink
Header layout issue connect wallet button misaligned elimu-ai#1681 (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatesh2k3 authored Jul 11, 2024
2 parents bcfba55 + fbe147a commit 3422ce3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions src/main/webapp/WEB-INF/jsp/admin/layout.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@
${fn:substring(contributor.providerIdWeb3, 0, 6)}...${fn:substring(contributor.providerIdWeb3, 38, 42)}
</c:when>
</c:choose>
<c:if test="${not empty contributor.email}">
&lt;${contributor.email}&gt;
</c:if>
</div>
</a>
<ul id='contributorDropdown' class='dropdown-content'>
Expand Down
3 changes: 0 additions & 3 deletions src/main/webapp/WEB-INF/jsp/analytics/layout.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@
${fn:substring(contributor.providerIdWeb3, 0, 6)}...${fn:substring(contributor.providerIdWeb3, 38, 42)}
</c:when>
</c:choose>
<c:if test="${not empty contributor.email}">
&lt;${contributor.email}&gt;
</c:if>
</div>
</a>
<ul id='contributorDropdown' class='dropdown-content'>
Expand Down
3 changes: 0 additions & 3 deletions src/main/webapp/WEB-INF/jsp/content/layout.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@
${fn:substring(contributor.providerIdWeb3, 0, 6)}...${fn:substring(contributor.providerIdWeb3, 38, 42)}
</c:when>
</c:choose>
<c:if test="${not empty contributor.email}">
&lt;${contributor.email}&gt;
</c:if>
</div>
</a>
<ul id='contributorDropdown' class='dropdown-content'>
Expand Down
3 changes: 0 additions & 3 deletions src/main/webapp/WEB-INF/jsp/layout.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@
${fn:substring(contributor.providerIdWeb3, 0, 6)}...${fn:substring(contributor.providerIdWeb3, 38, 42)}
</c:when>
</c:choose>
<c:if test="${not empty contributor.email}">
&lt;${contributor.email}&gt;
</c:if>
</div>
</a>
</ul>
Expand Down

0 comments on commit 3422ce3

Please sign in to comment.