1
0
mirror of https://github.com/beatriceo/polyglot.git synced 2025-04-18 02:29:13 +00:00

Merge pull request from beatriceo/tab

added favicon
This commit is contained in:
Beatrice Olivera 2018-08-31 12:19:05 +01:00 committed by GitHub
commit 5b87fd5e01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions
app
assets/images
views/layouts

Binary file not shown.

Before

Width: 364px  |  Height: 324px  |  Size: 27 KiB

After

Width: 314px  |  Height: 310px  |  Size: 26 KiB

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<%= favicon_link_tag 'favicon.ico' %> <!-- Need a favicon to change picture in title bar -->
<title>Polyglot</title>
<%= csrf_meta_tags %>
<%= action_cable_meta_tag %>