Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Apr 6, 2024
1 parent 9d07d49 commit 3e624a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/template/sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<div class="card-header py-3">
<h2 class="my-0 fw-normal">VSCode</h2>
</div>
<img src="<?php echo $base; ?>/img/vscode.png" class="rounded mx-auto d-block mt-3" />
<img src="<?php echo $base; ?>/img/sdk/vscode.png" class="rounded mx-auto d-block mt-3" />
<div class="card-body">
<a href="https://github.com/apioo/fusio-tools-vscode" class="btn btn-secondary">GitHub</a>
<a href="https://marketplace.visualstudio.com/items?itemName=Fusio.fusio" class="btn btn-primary">Marketplace</a>
Expand All @@ -168,7 +168,7 @@
<div class="card-header py-3">
<h2 class="my-0 fw-normal">Electron</h2>
</div>
<img src="<?php echo $base; ?>/img/electron.png" class="rounded mx-auto d-block mt-3" />
<img src="<?php echo $base; ?>/img/sdk/electron.png" class="rounded mx-auto d-block mt-3" />
<div class="card-body">
<a href="https://github.com/apioo/fusio-tools-electron" class="btn btn-primary">GitHub</a>
</div>
Expand Down

0 comments on commit 3e624a8

Please sign in to comment.