Skip to content

Commit eb96775

Browse files
authored
Merge pull request #7 from itsmefdil/main
update: add logo favicon and change logo on footer
2 parents 89aa9c3 + 8c44c6f commit eb96775

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/base.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
{% block extra_css %}{% endblock %}
4646

4747
<!-- Favicon -->
48-
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='images/favicon.ico') }}">
48+
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='images/logo.png') }}">
4949
</head>
5050

5151
<body class="bg-gray-900">
@@ -136,8 +136,8 @@
136136
<!-- Logo & Description -->
137137
<div class="col-span-1 md:col-span-2">
138138
<div class="flex items-center space-x-3 mb-4">
139-
<div class="w-10 h-10 bg-gray-700 rounded-lg flex items-center justify-center">
140-
<img src="{{ url_for('static', filename='images/logo.svg') }}" alt="DevOps Jogja Logo"
139+
<div class="w-10 h-10 flex items-center justify-center">
140+
<img src="{{ url_for('static', filename='images/logo.png') }}" alt="DevOps Jogja Logo"
141141
class="w-8 h-8 text-white">
142142
</div>
143143
<span class="font-bold text-xl text-white">DevOps Jogja</span>

0 commit comments

Comments
 (0)