Skip to content

Commit

Permalink
Adding missed icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaab committed May 20, 2020
1 parent 8fbfb55 commit 91c8cd4
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified static/.DS_Store
Binary file not shown.
File renamed without changes
Binary file modified static/lib/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions templates/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Covid-19 Dashboard</title>
<link rel = "icon" href ="{{ url_for ('static', filename='sbuicon.png') }}" type = "image/x-icon">
<link rel = "icon" href ="{{ url_for ('static', filename='img/sbuicon.png') }}" type = "image/x-icon">
<link rel="stylesheet" type="text/css" href="{{ url_for ('static', filename='lib/css/bootstrap.min.css') }}">
<link rel="stylesheet" type="text/css" href="{{ url_for ('static', filename='lib/css/dc.css') }}">
<link rel="stylesheet" type="text/css" href="{{ url_for ('static', filename='lib/css/keen-dashboards.css') }}">
Expand Down Expand Up @@ -168,7 +168,7 @@
<body>

<div class="tab" style="background-color: #990000">
<img src="{{ url_for ('static', filename='sbuicon.png') }}" width="40" height="40" style="float: left">
<img src="{{ url_for ('static', filename='img/sbuicon.png') }}" width="40" height="40" style="float: left">
<button class="tablinks" onclick="openTabClick(event, 'dashboard_container', 1)" id="btn_dashboard">Dashboard</button>
<button class="tablinks" onclick="openTabClick(event, 'parallel_container', 5)" id="btn_parallel">Covid-19 India Analysis</button>
</div>
Expand Down

0 comments on commit 91c8cd4

Please sign in to comment.