From 068d103767dc1c459829ce7ac36a0090713f9b1b Mon Sep 17 00:00:00 2001 From: fmk17 <fmk17@inf.ufpr.br> Date: Wed, 23 Nov 2022 21:55:06 -0300 Subject: [PATCH] =?UTF-8?q?Clarificar=20que=20a=20programa=C3=A7=C3=A3o=20?= =?UTF-8?q?est=C3=A1=20sujeita=20a=20mudan=C3=A7as?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/index.html b/html/index.html index 1dee50b..32f3b30 100644 --- a/html/index.html +++ b/html/index.html @@ -78,7 +78,7 @@ <a href="#programacao" class="inline-block py-3 px-4 rounded-lg hover:text-gray-900 hover:bg-gray-100 dark:hover:bg-gray-800 dark:hover:text-white" - >Programação</a + >Programação Preliminar</a > </nav> </header> @@ -303,7 +303,7 @@ <section class="container px-5 py-5 mx-auto text-xl max-w-5xl" id="programacao"> <div class="w-full mb-8 lg:w-1/2"> <h1 class="mb-2 text-2xl font-medium text-gray-900 title-font"> - Programação + Programação Preliminar (sujeito a mudanças) </h1> <div class="h-1 w-20 bg-blue-500 rounded"></div> </div> -- GitLab