Skip to content

Commit

Permalink
Fix download buttons for Adobe swatches (#162)
Browse files Browse the repository at this point in the history
In Swatches page(1), the download button for the `.ase` file was linked to the `.aco`
file while the button for the `.aco` file was in section for the _Adobe Swatch Exchange_ file.
  • Loading branch information
arcticicestudio authored Jul 15, 2019
2 parents 9af2728 + 7ac1bcc commit d799131
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/docs/swatches/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ There are two different color swatches available for _Adobe_ products like [Phot

- `.aco` — A format especially designed for and only compatible with _Adobe Photoshop_.
<SpaceBox mTop={2} mBottom={2}>
<Button href="https://raw.githubusercontent.com/arcticicestudio/nord/develop/src/swatches/nord.ase">
Download Nord for Adobe Swatch Exchange
<Button href="https://raw.githubusercontent.com/arcticicestudio/nord/develop/src/swatches/nord.aco">
Download Nord for Adobe Photoshop
</Button>
</SpaceBox>
- `.ase` — The “_Adobe Swatch Exchange_“ format that allows to share color swatches between different _Adobe_ products.
<SpaceBox mTop={2} mBottom={2}>
<Button href="https://raw.githubusercontent.com/arcticicestudio/nord/develop/src/swatches/nord.aco">
Download Nord for Adobe Photoshop
<Button href="https://raw.githubusercontent.com/arcticicestudio/nord/develop/src/swatches/nord.ase">
Download Nord for Adobe Swatch Exchange
</Button>
</SpaceBox>

Expand Down

0 comments on commit d799131

Please sign in to comment.