Skip to content

Commit

Permalink
Merge pull request #58 from nblackburn/feature/update-stack-links
Browse files Browse the repository at this point in the history
Update stack links
  • Loading branch information
nblackburn committed Nov 12, 2022
2 parents 2ac6fa5 + 6d77cdb commit cbcc39b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nblackburn/website",
"private": true,
"version": "1.9.0",
"version": "1.9.1",
"scripts": {
"start": "astro dev",
"build": "astro build",
Expand Down
16 changes: 13 additions & 3 deletions src/config/stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,22 @@ export const stack: StackItem[] = [
},
{
title: 'Affinity Designer',
href: 'https://affinity.serif.com',
href: 'https://affinity.serif.com/en-gb/designer',
type: StackType.DESIGN
},
{
title: 'Figma',
href: 'https://figma.com',
title: 'Affinity Photo',
href: 'https://affinity.serif.com/en-gb/photo',
type: StackType.DESIGN
},
{
title: 'Affinity Publisher',
href: 'https://affinity.serif.com/en-gb/publisher',
type: StackType.DESIGN
},
{
title: 'Stark',
href: 'https://www.getstark.co',
type: StackType.DESIGN
},
{
Expand Down

0 comments on commit cbcc39b

Please sign in to comment.