File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 ">
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 >
You can’t perform that action at this time.
0 commit comments