From 3c0d412b81087c3d14cd2e534b0124082da56f70 Mon Sep 17 00:00:00 2001
From: Austin Anderson <angerson@google.com>
Date: Tue, 20 Jun 2023 09:45:21 -0700
Subject: [PATCH] Fix favicon

---
 tf_oss_dashboard/template.html.pug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tf_oss_dashboard/template.html.pug b/tf_oss_dashboard/template.html.pug
index aab80fb..1c807f3 100644
--- a/tf_oss_dashboard/template.html.pug
+++ b/tf_oss_dashboard/template.html.pug
@@ -17,7 +17,7 @@ html(lang="en")
   head
     title= yaml["title"]
     meta(charset="UTF-8")
-    link(rel="icon" href="/favicon.png")
+    link(rel="icon" href="/build/favicon.png")
     link(href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous")
     script(src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous")
     script(src="https://code.jquery.com/jquery-3.6.4.slim.min.js" integrity="sha256-a2yjHM4jnF9f54xUQakjZGaqYs/V1CYvWpoqZzC2/Bw=" crossorigin="anonymous")
-- 
GitLab