Skip to content

Commit eebe6ef

Browse files
authored
Merge pull request #423 from facultyai/update-icon
Add updated small icon to docs
2 parents 85a7168 + 8d7ada3 commit eebe6ef

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed
1.7 KB
Loading
1.98 KB
Loading

docs/static/images/icon128x128.png

-3.33 KB
Binary file not shown.

docs/static/images/icon16x16.png

-402 Bytes
Binary file not shown.

docs/templates/macros/navbar.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{% macro navbar(active="home") -%}
22
<nav class="navbar sticky-top navbar-expand-lg navbar-dark bg-dark">
33
<div class="container">
4-
<img
5-
src="/static/images/icon128x128.png"
6-
width="36"
7-
height="36"
8-
alt="dbc logo thumbnail"
9-
class="mr-2"
10-
/>
4+
<span class="mr-2 bg-white" style="padding:2px;border-radius:4px">
5+
<img
6+
src="/static/images/dbciconblack128.png"
7+
width="36"
8+
height="36"
9+
alt="dbc logo thumbnail"
10+
/>
11+
</span>
12+
1113
<a href="/" class="d-lg-none navbar-brand mr-0">dbc</a>
1214
<button
1315
class="navbar-toggler"

docs/templates/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
<link
1313
rel="shortcut icon"
1414
type="image/png"
15-
href="/static/images/icon16x16.png"
15+
href="/static/images/dbciconwhite16.png"
1616
/>

0 commit comments

Comments
 (0)