Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ewelina Skrzypacz <56546832+EwelinaSkrzypacz@users.noreply.github.com>
  • Loading branch information
JokeUrSelf and EwelinaSkrzypacz authored Sep 17, 2024
1 parent a84cb09 commit 61d119c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions resources/js/Pages/Guest/VerifyEmail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function sent() {

<div class="sm:p-6 sm:pt-12 size-full flex flex-col items-center justify-center sm:h-fit gap-6">
<div class="text-md font-medium leading-6 text-gray-900 px-[5vw] text-center flex flex-col gap-1">
<p>E-mail weryfikacujny został wysłany do twojego konta.</p>
<p>Dziękujemy za rejestrację! Wysłaliśmy wiadomość z linkiem aktywacyjnym na Twój adres e-mail. Sprawdź skrzynkę odbiorczą, a jeśli nie widzisz wiadomości, zajrzyj do folderu SPAM. Kliknij w link aktywacyjny, aby dokończyć proces rejestracji.</p>
</div>
<div class="p-6 gap-6 flex flex-col size-full sm:max-w-lg sm:h-fit">
<button class="bg-primary text-white font-bold py-3 px-4 rounded-lg disabled:bg-primary/70" @click="sent">
Expand All @@ -34,4 +34,3 @@ function sent() {
</div>
</div>
</template>

1 change: 0 additions & 1 deletion resources/js/Pages/Home.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script lang="ts" setup>
import {ref, watch} from 'vue'
import Footer from '@/components/Common/Footer.vue'
import AuthBanner from '@/components/Home/AuthBanner.vue'
Expand Down

0 comments on commit 61d119c

Please sign in to comment.