Skip to content

Commit

Permalink
Adds trust links
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed May 30, 2024
1 parent 7037485 commit 2d3d030
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 20 deletions.
27 changes: 14 additions & 13 deletions apps/app/src/components/card/BaseCardHeaderHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,23 @@
<div class="mt-5">
<div class="text-opaque mb-2">Trusted by</div>
<div class="d-flex align-items-center">
<b-img
<b-link
v-b-tooltip
:src="imgLogoEU"
height="30"
class="me-4"
title="We have received funding from the European Union under agreement 82888 (Blockpool) and 824509 (Block.IS)
"
/>
<b-img
title="We have received funding from the European Union under agreement 82888 (Blockpool) and 824509 (Block.IS)"
href="https://docs.thx.network/faq/memberships#secured-and-backed-by-the-best"
>
<b-img :src="imgLogoEU" height="30" class="me-4" />
</b-link>
<b-link
v-b-tooltip
:src="imgLogoTS"
height="20"
class="me-4"
title="We're backed by Techstars, one of the largest pre-seed investors in the world, 2022 cohort."
/>
<b-img v-b-tooltip :src="imgLogoPV" height="30" class="me-4" title="" />
href="https://docs.thx.network/faq/memberships#secured-and-backed-by-the-best"
>
<b-img :src="imgLogoTS" height="20" class="me-4" />
</b-link>
<b-link href="https://docs.thx.network/faq/memberships#secured-and-backed-by-the-best">
<b-img v-b-tooltip :src="imgLogoPV" height="30" class="me-4" title="" />
</b-link>
</div>
</div>
</template>
Expand Down
8 changes: 1 addition & 7 deletions apps/app/src/views/discovery/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,7 @@
<BaseCardCampaign v-for="campaign of campaigns.results" class="mt-3" :campaign="campaign" />
</b-col>
</b-row>
<b-pagination
v-model="page"
:per-page="limit"
:total-rows="campaigns.total"
align="center"
class="mt-3 mb-0"
></b-pagination>
<b-pagination v-model="page" :per-page="limit" :total-rows="campaigns.total" align="center" class="mt-3 mb-0" />
</b-container>
<b-container class="mb-5">
<b-row class="mt-5 mb-3">
Expand Down

0 comments on commit 2d3d030

Please sign in to comment.