Skip to content

Commit

Permalink
Replace favicon link with Rails helper method
Browse files Browse the repository at this point in the history
  • Loading branch information
Huiclaire committed Nov 23, 2023
1 parent aa54388 commit 1e1150e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Turbo Native Directory</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<%= favicon_link_tag 'favicon.svg' %>
<meta charset="utf-8">
<meta name="description" content="Discover a directory of Turbo Native applications. Explore curated listings of web apps built with Turbo and find the latest innovations in mobile development.">
<meta name="viewport" content="width=device-width,initial-scale=1">
Expand Down

0 comments on commit 1e1150e

Please sign in to comment.