We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a16f7 commit 94203a9Copy full SHA for 94203a9
demo/pages/_app.tsx
@@ -26,6 +26,7 @@ export default function App({ Component, pageProps }: AppProps) {
26
<Head>
27
<title>SeqViz - by Lattice Automation</title>
28
29
+ <link rel="icon" href="/seqviz/favicon.ico" />
30
<meta name="Description" content="DNA Sequence Visualizer by Lattice Automation" />
31
<meta name="google" content="notranslate" />
32
<meta name="viewport" content="width=device-width, initial-scale=1" />
0 commit comments