Fixed portal footer alignment
[portal.git] / portal-FE-common / src / app / layout / components / footer / footer.component.html
index 6caf2dd..93c529a 100644 (file)
  
   
   -->
-<footer>
+<footer class="portal-footer">
       <div id="footer-text"  class="footerText">
           <p class="copyright-text">
             <a class="footer-link" href="{{footerLink}}" target="_blank">
             {{footerLinkText}}</a> {{footerMessage}}
             {{brandName}} Version: {{buildVersion}}
-      <h2 style="color:white; text-align: center;" class="logo-title"> <img src="{{footerLogoImagePath}}"> {{footerLogoText}}</h2>
+      <h2 style="color:white; text-align: center;" class="logo-title"> 
+        <img *ngIf="(footerLogoImagePath !='')" src="{{footerLogoImagePath}}"> {{footerLogoText}}
+      </h2>
       </div>   
 </footer>
\ No newline at end of file