Browse Source

Merge branch 'fix-path' of blezz-tech/sharix-open-landing into landing_module

1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/landing/base.html

+ 1 - 1
templates/landing/base.html

@@ -13,7 +13,7 @@
     <meta charset="UTF-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <link rel="shortcut icon" type="image/png" href="{% static '/landing/img/letterlogo.png' %}">
+    <link rel="shortcut icon" type="image/png" href="{% static 'landing/img/letterlogo.png' %}">
     <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
     
     <title></title>