Skip to content

Commit

Permalink
Fix authors page footer
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k committed Feb 20, 2024
1 parent 0e180da commit 1cb6228
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions nuxt-frontend/pages/author/[slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@
</div>
</div>
</section>
<BlogFooter
:mixpanel="$mixpanel"
:socialMediaData="config.SOCIAL_MEDIA_DATA"
:apiUrl="config.STRAPI_URL"
:companyName="config.COMPANY_NAME"
/>
<div :class="posts.length <= 1 ? 'absolute bottom-0 w-full' : ''">
<BlogFooter
:mixpanel="$mixpanel"
:socialMediaData="config.SOCIAL_MEDIA_DATA"
:apiUrl="config.STRAPI_URL"
:companyName="config.COMPANY_NAME"
/>
</div>
</div>
</template>

Expand Down

0 comments on commit 1cb6228

Please sign in to comment.