Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix download buttons for Adobe swatches #162

Merged
merged 1 commit into from
Jul 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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