Skip to content

Commit 7471e7e

Browse files
committed
New favicon for new tracker UI
- Legacy-Id: 1953
1 parent e4a64b9 commit 7471e7e

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/idrfc/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
IETF.user_groups = { {% for group in user.groups.all %}"{{group}}":true{% if not forloop.last %}, {%endif%}{%endfor%} };
4949
</script>
5050
{% ifnotequal server_mode "production" %}
51-
<link rel="icon" href="/images/ietf-dev-icon.bmp" />
51+
<link rel="icon" href="/images/ietfdt-icon-red.ico" />
5252
{% else %}
53-
<link rel="icon" href="/images/ietf-icon.bmp" />
53+
<link rel="icon" href="/images/ietfdt-icon.ico" />
5454
{% endifnotequal %}
5555
</head>
5656
<body class="yui-skin-sam" {% block bodyAttrs %}{%endblock%}>

static/images/ietfdt-icon-red.ico

1.12 KB
Binary file not shown.

static/images/ietfdt-icon.ico

1.12 KB
Binary file not shown.

static/images/ietfdt-icon.xcf

3.87 KB
Binary file not shown.

0 commit comments

Comments
 (0)