Skip to content

Commit

Permalink
Merge branch 'Integrations-pages' of github.com:appwrite/website into…
Browse files Browse the repository at this point in the history
… Integrations-pages
  • Loading branch information
ArmanNik committed Jul 31, 2024
2 parents ac9cf13 + 3101df5 commit 0bdd076
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/markdoc/layouts/Integration.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
style:top={$isHeaderHidden ? '4rem' : '9rem'}
>
<div class="u-flex u-main-space-between u-gap-8">
<dt>Developed by</dt>
<dd class="web-u-color-text-primary">{product.developer}</dd>
<dt>Vendor</dt>
<dd class="web-u-color-text-primary">{product.vendor}</dd>
</div>
<div class="web-u-sep-block-end"></div>
{#if isPartner}
Expand Down
2 changes: 1 addition & 1 deletion src/routes/integrations/+page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export type Integration = {
category: string;
product: {
avatar: string;
developer: string;
vendor: string;
description: string;
};
href: string;
Expand Down

0 comments on commit 0bdd076

Please sign in to comment.