Change notification toast position

This commit is contained in:
Maciej Pędzich 2022-07-02 15:19:04 +02:00
parent 3de4584bc5
commit 2314415946

View File

@ -9,7 +9,7 @@ import Toast from 'primevue/toast';
<NuxtPage />
</main>
<ClientOnly>
<Toast position="bottom-right" />
<Toast position="bottom-center" />
</ClientOnly>
</div>
</template>