Browse Source

feat: update page preview images

friedger-patch-7
Alexander Graebe 4 years ago
committed by Patrick Gray
parent
commit
c1dac2d7ca
  1. BIN
      public/images/pages/nft/btc-stx.png
  2. BIN
      public/images/pages/nft/nft.png
  3. BIN
      public/images/pages/nft/token.png
  4. 4
      src/pages/understand-stacks/bitcoin.md
  5. 4
      src/pages/write-smart-contracts/my-own-nft.md
  6. 4
      src/pages/write-smart-contracts/tokens.md

BIN
public/images/pages/nft/btc-stx.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
public/images/pages/nft/nft.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
public/images/pages/nft/token.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

4
src/pages/understand-stacks/bitcoin.md

@ -3,8 +3,8 @@ title: Stacks and Bitcoin
description: Learn more about the relationship between Stacks and Bitcoin
icon: TestnetIcon
images:
large: /images/pages/hello-world.svg
sm: /images/pages/hello-world-sm.svg
large: /images/pages/nft/btc-stx.png
sm: /images/pages/nft/btc-stx.png
---
![What you'll be learn about on this page](https://picsum.photos/600/400)

4
src/pages/write-smart-contracts/my-own-nft.md

@ -7,8 +7,8 @@ tags:
- tutorial
icon: TestnetIcon
images:
large: /images/pages/hello-world.svg
sm: /images/pages/hello-world-sm.svg
large: /images/pages/nft/nft.png
sm: /images/pages/nft/nft.png
---
![What you'll build in this tutorial](/images/pages/nft/nft-preview.png)

4
src/pages/write-smart-contracts/tokens.md

@ -3,8 +3,8 @@ title: Tokens
description: Learn about token support within Clarity
icon: TestnetIcon
images:
large: /images/pages/hello-world.svg
sm: /images/pages/hello-world-sm.svg
large: /images/pages/nft/token.png
sm: /images/pages/nft/token.png
---
## Introduction

Loading…
Cancel
Save