diff options
Diffstat (limited to 'catalog-ui/src/app/directives/ecomp-footer/ecomp-footer.html')
-rw-r--r-- | catalog-ui/src/app/directives/ecomp-footer/ecomp-footer.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/catalog-ui/src/app/directives/ecomp-footer/ecomp-footer.html b/catalog-ui/src/app/directives/ecomp-footer/ecomp-footer.html new file mode 100644 index 0000000000..a50731443d --- /dev/null +++ b/catalog-ui/src/app/directives/ecomp-footer/ecomp-footer.html @@ -0,0 +1,8 @@ +<div class="footer-wrapper"> + <div class="divider-footer-bottom"> + <div class="footer-copyright-text"> + <p> + </p> + </div> + </div> +</div> |