Browse Source

Fix logo link on invoice page

nordicway 10 years ago
parent
commit
8d725ff092
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/examples/invoice.html

+ 1 - 1
pages/examples/invoice.html

@@ -23,7 +23,7 @@
     <body class="skin-blue">
         <!-- header logo: style can be found in header.less -->
         <header class="header">
-            <a href="index.html" class="logo">
+            <a href="../../index.html" class="logo">
                 <!-- Add the class .icon to your logo image or logo icon to add some margining -->
                 AdminLTE
             </a>