Skip to content

Commit

Permalink
🚑 Commentted Demonstration Effect,Header Adjustmen
Browse files Browse the repository at this point in the history
Commented Demonstration Effect on Outreach Expansion and Adjusted Header Profile Logo Size to Unhide the Banner
  • Loading branch information
varun2948 committed Dec 29, 2020
1 parent 2bbe735 commit 5e3a497
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/js/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ class Header extends Component {
>
{permissions[0].image ? (
<img
width="35px"
src={`https://sakchyam.naxa.com.np${permissions[0].image}`}
alt="ppimage"
/>
Expand Down
4 changes: 2 additions & 2 deletions src/js/components/Pages/OutreachExpansion/LeftSideBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ class LeftSideBar extends Component {
</div>
</div>

<div className="sidebar-widget">
{/* <div className="sidebar-widget">
<h6 className="title">DEMONSTRATION EFFECT</h6>
<div className="widget-body">
<div className="widget-tag partner-tag">
Expand Down Expand Up @@ -383,7 +383,7 @@ class LeftSideBar extends Component {
</a>
</div>
</div>
</div>
</div> */}

<div className="apply-buttons buttons end">
<button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function MunicipalityPopUp(props) {
</div>
<div className="map-popup-footer">
<ul className="communication">
<li>
{/* <li>
<i
className={
dEffect
Expand All @@ -74,7 +74,7 @@ export default function MunicipalityPopUp(props) {
{dEffect ? 'check_circle' : 'cancel'}
</i>
<span>Demonstration Effect</span>
</li>
</li> */}
<li>
<i
className={
Expand Down

0 comments on commit 5e3a497

Please sign in to comment.