Skip to content

Commit

Permalink
feat(sponsors): accelerate carousel speed
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Dünkelmann <[email protected]>
  • Loading branch information
MartinX3 committed Apr 23, 2023
1 parent 3bd2808 commit 9480edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layouts/default/CSponsors.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-carousel id="CSponsors" cycle hide-delimiters height="100%" interval="6000" :show-arrows="false">
<v-carousel id="CSponsors" cycle hide-delimiters height="100%" interval="3000" :show-arrows="false">
<v-carousel-item v-for="it in useSponsorStore().all" :key="it.id">
<v-card flat height="16em" :href="it.url?.toString()" target="_blank" tile>
<v-row class="align-center fill-height justify-center" no-gutters>
Expand Down

0 comments on commit 9480edc

Please sign in to comment.