[READ-ONLY] Mirror of https://github.com/danielroe/dwaring87-webdev-wedding. Marissa & David's Wedding Website!
0

Configure Feed

Select the types of activity you want to include in your feed.

Move Recommendations component

+2 -2
components/Recommendations/index.vue components/Recommendations.vue
+2 -2
layouts/default.vue
··· 7 7 <Toolbar class="fixed top-0 left-0 w-full z-30" /> 8 8 <Alert class="fixed inset-x-0 bottom-0 sm:bottom-2 z-40"/> 9 9 <main :class="{'pt-14': route.path !== '/'}"> 10 - <slot /> 10 + <slot></slot> 11 11 </main> 12 - <Footer class="mt-auto" /> 12 + <Footer class="mt-auto"></Footer> 13 13 </div> 14 14 </template> 15 15