Skip to content

Commit 1e7491c

Browse files
Fabio BrasileiroFabio Brasileiro
authored andcommitted
ajuste
1 parent 9030525 commit 1e7491c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/page/header-landing-page/header-landing-page.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<a (click)="sobre()"
4949
[ngClass]="activeLink === 'sobre' ? ' max-lg:bg-green-700 dark:text-white':'dark:text-gray-400 dark:hover:bg-gray-700'"
5050
class="nav-link block cursor-pointer py-2 pl-3 pr-4 text-gray-700 border-b border-gray-100 lg:hover:bg-transparent lg:border-0 lg:hover:text-green-700 lg:p-0 dark:text-gray-400 hover:text-white dark:hover:text-white lg:dark:hover:bg-transparent dark:border-gray-700">Sobre
51-
a comunida</a>
51+
a comunidade</a>
5252
</li>
5353
<li>
5454
<a (click)="evento()"

src/app/page/landing-page-inicio/landing-page-inicio.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<div class="mr-auto place-self-center lg:col-span-7 ">
3131
<p class=" font-light text-zinc-600 dark:text-gray-500">Alô programador (a) Java! Conheça a</p>
3232
<h1
33-
class="in-left max-w-2xl lb-4 text-4xl font-extrabold leading-none tracking-tight md:text-5xl xl:text-6xl dark:text-white z-0">
33+
class="in-left max-w-2xl lb-4 text-4xl max-sm:text-3xl font-extrabold leading-none tracking-tight md:text-5xl xl:text-6xl dark:text-white z-0">
3434
Comunidade<br>Java Amazonas</h1>
3535
<p class="mt-2 max-w-2xl mb-6 font-light text-zinc-600 lg:mb-8 md:text-lg lg:text-xl dark:text-gray-400">A
3636
comunidade
@@ -787,4 +787,4 @@ <h2 class="mb-4 text-3xl font-extrabold leading-tight tracking-tight text-gray-9
787787
</div>
788788
</section>
789789
<app-footer></app-footer>
790-
<!-- <script src="https://unpkg.com/flowbite@1.4.1/dist/flowbite.js"></script> -->
790+
<!-- <script src="https://unpkg.com/flowbite@1.4.1/dist/flowbite.js"></script> -->

0 commit comments

Comments
 (0)