Skip to content

Commit

Permalink
fix : map legend
Browse files Browse the repository at this point in the history
  • Loading branch information
Francia-bdz committed Oct 26, 2023
1 parent 9885f37 commit 29c1db1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/js/Components/Map/MapLegend.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const emit = defineEmits<{
</div>
<div class="flex gap-2 items-start">
<img src="/assets/images/MapPoint_PinkLosange.png" class="w-7">
<p class="text-meta self-center">Tu as écrit cette news</p>
<p class="text-meta self-center">Tu as écrit cette information</p>
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions resources/js/Pages/News/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ function getLegend(){
</Head>

<AuthenticatedLayout>
<button class="absolute m-3 z-50 h-8 w-8 bg-pink border flex justify-center content-center rounded-full" @click="getLegend" >
<span class="not-sr-only text-button p-0.5">?</span>
<button class="absolute m-3 z-50 h-9 w-9 bg-pink border flex justify-center content-center rounded-full" @click="getLegend" >
<span class="not-sr-only text-button p-1">?</span>
<span class="sr-only">Voir la légende de la carte</span>
</button>
<MapLegend :show="legendModalOpened" @close="legendModalOpened=false" />
Expand Down

0 comments on commit 29c1db1

Please sign in to comment.