Packages
A pluggable storybook for your Phoenix components.
Security advisory:
This version has known vulnerabilities.
View advisories
Current section
Files
Jump to
Current section
Files
lib/phoenix_storybook/templates/layout/_favicon.html.heex
<link rel="apple-touch-icon" sizes="180x180" href={asset_path(@conn, "favicon/apple-touch-icon.png")}>
<link rel="icon" type="image/png" sizes="32x32" href={asset_path(@conn, "favicon/favicon-32x32.png")}>
<link rel="icon" type="image/png" sizes="16x16" href={asset_path(@conn, "favicon/favicon-16x16.png")}>
<link rel="manifest" href={asset_path(@conn, "favicon/site.webmanifest")}>
<link rel="mask-icon" href={asset_path(@conn, "favicon/safari-pinned-tab.svg")} color="#4F46E5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">