Skip to content

Commit

Permalink
Move footer outside of main
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelDeMartin committed Jun 28, 2024
1 parent 4da9466 commit d7f89aa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
<main class="flex flex-grow flex-col items-center justify-center">
<RouterView />
</main>
<AppFooter />
</AGAppLayout>
</template>
1 change: 0 additions & 1 deletion src/pages/landing/Landing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<div class="relative z-20 bg-gradient-to-b from-[#dedbd3] to-white pt-28">
<LandingFeatures />
<LandingCallout />
<AppFooter />
</div>
</div>
</template>
Expand Down
1 change: 0 additions & 1 deletion src/pages/workspace/Workspace.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
</div>
<WorkspaceLoading v-else-if="$workspaces.current" />
<WorkspaceNotFound v-else lang-key="workspaces.notFound" :lang-params="{ workspace: $route.params.workspace }" />
<AppFooter />
</template>
<script setup lang="ts">
Expand Down

0 comments on commit d7f89aa

Please sign in to comment.