Skip to content

Commit

Permalink
Update BasicDoc.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Jul 11, 2024
1 parent e04cb4c commit 3c27c32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/showcase/doc/scrolltop/BasicDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</DocSectionText>
<div class="card flex flex-col items-center">
<p>Scroll down the page to display the ScrollTop component.</p>
<i class="pi pi-angle-down animate-fadeout animate-duration-1000 animate-infinite" style="fontsize: 2rem; margin-bottom: 30rem"></i>
<i class="pi pi-angle-down animate-fadeout animate-duration-1000 animate-infinite text-[2rem] mb-[30rem]"></i>
<ScrollTop />
</div>
<DocSectionCode :code="code" />
Expand All @@ -22,7 +22,7 @@ export default {
<template>
<div class="card flex flex-col items-center" style="height: 2000px">
<p>Scroll down the page to display the ScrollTop component.</p>
<i class="pi pi-angle-down animate-fadeout animate-duration-1000 animate-infinite" style="fontsize: 2rem"></i>
<i class="pi pi-angle-down animate-fadeout animate-duration-1000 animate-infinite text-[2rem] mb-[30rem]"></i>
<ScrollTop />
</div>
</template>
Expand All @@ -34,7 +34,7 @@ export default {
<template>
<div class="card flex flex-col items-center" style="height: 2000px">
<p>Scroll down the page to display the ScrollTop component.</p>
<i class="pi pi-angle-down animate-fadeout animate-duration-1000 animate-infinite" style="fontsize: 2rem"></i>
<i class="pi pi-angle-down animate-fadeout animate-duration-1000 animate-infinite text-[2rem] mb-[30rem]"></i>
<ScrollTop />
</div>
</template>
Expand Down

0 comments on commit 3c27c32

Please sign in to comment.