From 0addbee38289f238b42ac0b637dd7afb4a93316c Mon Sep 17 00:00:00 2001 From: Austin Anderson <angerson@google.com> Date: Mon, 22 May 2023 19:04:41 -0700 Subject: [PATCH] Clarify hiding --- 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 eca5642..1c85669 100644 --- a/tf_oss_dashboard/template.html.pug +++ b/tf_oss_dashboard/template.html.pug @@ -22,7 +22,7 @@ html(lang="en") .tf-cookie-warning.p-2.bg-warning.navbar-text.d-none .text-center The TensorFlow GitHub CI Dashboard uses cookies from Google to analyze traffic. a(href="https://policies.google.com/technologies/cookies") Learn more. - a.fw-bold.ps-4#tf-accept-cookies(role="button") Ok, got it + a.fw-bold.ps-4#tf-accept-cookies(role="button") Ok, got it. Hide this message. nav.navbar.navbar-dark.navbar-expand-lg.py-0.mb-2 .container-fluid.py-0 -- GitLab