Skip to content

Commit

Permalink
update: move button to bottom of page
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysyg committed Dec 14, 2023
1 parent b9c5b7b commit a57e8db
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions pages/storage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,6 @@
@service="recordService"
/>
</div>
<div class="is-flex is-flex-wrap-wrap is-justify-content-center">
<a href="https://brown.co1.qualtrics.com/jfe/form/SV_a5DbCjYNMb5iU0B">
<DButton
type="button"
name="Request Storage"
class="mt-5"
variant="link"
size="large"
>
<template #icon-right>
<span class="icon">
<i class="mdi mdi-server" />
</span>
</template>
</DButton>
</a>
</div>
<ComparisonTable
v-if="comparisonServices.length > 1"
id="comparison-table"
Expand Down Expand Up @@ -100,6 +83,23 @@
above.
</p>
</div>
<div class="is-flex is-flex-wrap-wrap is-justify-content-center mb-6">
<a href="https://brown.co1.qualtrics.com/jfe/form/SV_a5DbCjYNMb5iU0B">
<DButton
type="button"
name="Request Storage"
class="mt-5"
variant="link"
size="large"
>
<template #icon-right>
<span class="icon">
<i class="mdi mdi-server" />
</span>
</template>
</DButton>
</a>
</div>
</div>
</template>

Expand Down

0 comments on commit a57e8db

Please sign in to comment.