Skip to content

Commit

Permalink
Add icon and resize logo with optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyRacer1337 authored and 4c0d3r committed May 17, 2022
1 parent 1c1b519 commit b20730b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file modified logo/namer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added namer/web/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/templates/partials/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<title>{% block title %}{% endblock %} - Namer</title>
<link href="{{ url_for('.static', filename='assets/bundle.min.css') }}" rel="stylesheet"/>
<link rel="icon" type="image/png" href="{{ url_for('.static', filename='favicon.png') }}"/>
</head>
<body>
<div class="container">{% block content %}{% endblock %}</div>
Expand Down

0 comments on commit b20730b

Please sign in to comment.