We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f3520 commit 8285736Copy full SHA for 8285736
2 files changed
app/static/app/TDB.png
10.3 KB
app/templates/base.html
@@ -23,7 +23,7 @@
23
<meta property="twitter:title" content="tutorialdb" />
24
<meta property="og:image" content="{% static 'app/tutorialdb.png' %}"/>
25
<meta name="twitter:image" content="{% static 'app/tutorialdb.png' %}">
26
- <link rel="shortcut icon" type="image/png" href="{% static 'app/tutorialdb.png' %}"/>
+ <link rel="shortcut icon" type="image/png" href="{% static 'app/TDB.png' %}"/>
27
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css">
28
<link rel="stylesheet" type="text/css" href="{% static 'app/css/customCSS.css' %}">
29
<link rel="manifest" href="{% static 'app/manifest.json' %}"/>
0 commit comments