Skip to content

Commit

Permalink
Update resources/js/components/Home/InformationButton.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Ewelina Skrzypacz <[email protected]>
  • Loading branch information
JokeUrSelf and EwelinaSkrzypacz authored Aug 13, 2024
1 parent 3f0fb55 commit 4c5215d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/Home/InformationButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const setVisible = () => {

<template>
<div class="flex h-12 justify-center items-center">
<button class="text-primary text-[1.5rem] font-bold text-center hover:text-[1.75rem] duration-200" @click="setVisible">INFORMACJA</button>
<button class="text-primary text-[1.5rem] font-bold text-center hover:text-[1.75rem] duration-200" @click="setVisible">INFORMACJE O KONKURSIE</button>
</div>
<InformationModalWindow v-model:is-visible="isInformationVisible" />
</template>

0 comments on commit 4c5215d

Please sign in to comment.