Skip to content

Commit

Permalink
Update resources/js/components/Home/RegisterForm.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 87428d2 commit 3f0fb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/Home/RegisterForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const onListOptionClick = (obj:any)=>{

<div>
<div class="flex items-center justify-between">
<label for="search-schools" class="block text-sm font-medium leading-6 text-gray-900">Szukaj szkół</label>
<label for="search-schools" class="block text-sm font-medium leading-6 text-gray-900">Wybierz szkołę</label>
</div>
<div :class="{'scale-y-100 max-h-80':isSearchFocused}" class="overflow-hidden max-h-12 flex flex-col mt-2 bg-white/30 placeholder:text-gray-400 rounded-[.5rem] ring-2 ring-primary/30 ring-inset">
<input
Expand Down

0 comments on commit 3f0fb55

Please sign in to comment.