Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Pass lang through to company-details and view more products
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinsina committed Oct 24, 2024
1 parent 28569d6 commit d005278
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/leaders-program/src/components/card/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
:logo-src="logo.src"
:profile-href="profileHref"
:company-href="company.website"
:lang="lang"
@profile-click="handleProfileClick"
@website-click="handleWebsiteClick"
/>
Expand Down Expand Up @@ -39,6 +40,7 @@
label="products"
:href="productsHref"
target="_blank"
:lang="lang"
@click="handleAllProductsClick"
/>
</template>
Expand Down

0 comments on commit d005278

Please sign in to comment.