Commit d7ab777f authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

fixtures: fix logo width

parent 97e799e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  <div class="container">
    <div class="text-muted text-center">
      <span>Custom Footer : /templates/_footer.html</span>
      <img src="{templating:static('logo.svg')}" alt="logo" title="logo" />
      <img src="{templating:static('logo.svg')}" alt="logo" title="logo" width="12px" class="m-2"/>
    </div>
  </div>
</footer>
 No newline at end of file