@@ -598,7 +598,7 @@ <h3 class="mb-4 text-2xl font-semibold">Starter</h3>
598598 data-active-classes ="bg-white dark:bg-gray-900 text-gray-900 dark:text-white "
599599 data-inactive-classes ="text-gray-500 dark:text-gray-400 ">
600600 < h3 id ="accordion-flush-heading-1 ">
601- < button type ="button " (click) ="isOpen1 = !isOpen1 " [attr.aria-expanded] ="isOpen1 ? 'true' : 'false' "
601+ <!-- < button type="button" (click)="isOpen1 = !isOpen1" [attr.aria-expanded]="isOpen1 ? 'true' : 'false'"
602602 class="flex items-center justify-between w-full py-5 font-medium text-left text-gray-900 bg-white border-b border-gray-200 dark:border-gray-700 dark:bg-gray-900 dark:text-gray-400"
603603 [ngClass]="{'dark:text-gray-50': isOpen1}" data-accordion-target="#accordion-flush-body-1"
604604 aria-expanded="true" aria-controls="accordion-flush-body-1">
@@ -609,6 +609,19 @@ <h3 id="accordion-flush-heading-1">
609609 d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z"
610610 clip-rule="evenodd"></path>
611611 </svg>
612+ </button> -->
613+ < button type ="button " (click) ="isOpen1 = !isOpen1 " [attr.aria-expanded] ="isOpen1 ? 'true' : 'false' "
614+ [ngClass] ="{'dark:text-gray-50': isOpen1} "
615+ class ="flex items-center justify-between w-full py-5 font-medium text-left text-gray-500 border-b border-gray-200 dark:border-gray-700 dark:text-gray-400 "
616+ data-accordion-target ="#accordion-flush-body-2 " aria-expanded ="false "
617+ aria-controls ="accordion-flush-body-2 ">
618+ < span > Como posso participar ou ate contribuir?</ span >
619+ < svg data-accordion-icon ="" class ="w-6 h-6 shrink-0 " fill ="currentColor " viewBox ="0 0 20 20 "
620+ xmlns ="http://www.w3.org/2000/svg ">
621+ < path fill-rule ="evenodd "
622+ d ="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z "
623+ clip-rule ="evenodd "> </ path >
624+ </ svg >
612625 </ button >
613626 </ h3 >
614627 < div id ="accordion-flush-body-1 " [ngClass] ="{'hidden': !isOpen1} " class =""
@@ -773,4 +786,4 @@ <h2 class="mb-4 text-3xl font-extrabold leading-tight tracking-tight text-gray-9
773786 </ div >
774787</ section >
775788< app-footer > </ app-footer >
776- <!-- <script src="https://unpkg.com/flowbite@1.4.1/dist/flowbite.js"></script> -->
789+ <!-- <script src="https://unpkg.com/flowbite@1.4.1/dist/flowbite.js"></script> -->
0 commit comments