Skip to content

Commit 8285736

Browse files
committed
update shortcut icon
1 parent a5f3520 commit 8285736

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

app/static/app/TDB.png

10.3 KB
Loading

app/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<meta property="twitter:title" content="tutorialdb" />
2424
<meta property="og:image" content="{% static 'app/tutorialdb.png' %}"/>
2525
<meta name="twitter:image" content="{% static 'app/tutorialdb.png' %}">
26-
<link rel="shortcut icon" type="image/png" href="{% static 'app/tutorialdb.png' %}"/>
26+
<link rel="shortcut icon" type="image/png" href="{% static 'app/TDB.png' %}"/>
2727
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css">
2828
<link rel="stylesheet" type="text/css" href="{% static 'app/css/customCSS.css' %}">
2929
<link rel="manifest" href="{% static 'app/manifest.json' %}"/>

0 commit comments

Comments
 (0)