Skip to content

Commit 43459b9

Browse files
committed
Corrige botões da seção "Quem somos"
1 parent f125c25 commit 43459b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/sections/SectionMembers.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<nav class="flex flex-row pt-8" role="tablist">
1212
<button
13+
type="button"
1314
role="tab"
1415
aria-controls="pet-members"
1516
:aria-selected="selectedOption === 'current'"
@@ -23,6 +24,7 @@
2324
Membros
2425
</button>
2526
<button
27+
type="button"
2628
role="tab"
2729
aria-controls="pet-members"
2830
:aria-selected="selectedOption === 'egress'"

0 commit comments

Comments
 (0)