Skip to content

Commit

Permalink
fix (links): add Wasted Space to links
Browse files Browse the repository at this point in the history
  • Loading branch information
samharp committed Apr 22, 2024
1 parent aa77fc7 commit 9cec3f5
Showing 1 changed file with 24 additions and 18 deletions.
42 changes: 24 additions & 18 deletions links/js/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
{
"label": "Highlights", "linkItems": [
{
"label": "Newsletter",
"icon": "newsletter-icon",
"href": "https://pixelplanettoday.com/#newsletter",
"styleClass": "newsletter"
"label": "Wasted Space (Beta Login)",
"icon": "",
"href": "https://terrabyte.eco/wasted-space",
"styleClass": ""
},
{
"label": "See us at GTF Berlin!",
Expand All @@ -21,33 +21,39 @@
"styleClass": "shop"
},
{
"label": "Webstore",
"icon": "shop-icon",
"href": "https://shop.pixelplanettoday.com",
"styleClass": "shop"
"label": "Website",
"icon": "website-icon",
"href": "https://pixelplanettoday.com",
"styleClass": "website"
},
{
"label": "Terrabyte on Etsy",
"icon": "etsy-icon",
"href": "https://www.etsy.com/shop/TerrabyteLLC",
"styleClass": "etsy"
}
]
},
{
"label": "The Usual", "linkItems": [
{
"label": "Website",
"icon": "website-icon",
"href": "https://pixelplanettoday.com",
"styleClass": "website"
"label": "Newsletter",
"icon": "newsletter-icon",
"href": "https://pixelplanettoday.com/#newsletter",
"styleClass": "newsletter"
},
{
"label": "Blog",
"icon": "blog-icon",
"href": "https://blog.pixelplanettoday.com",
"styleClass": "blog"
},
{
"label": "Webstore",
"icon": "shop-icon",
"href": "https://shop.pixelplanettoday.com",
"styleClass": "shop"
},
{
"label": "Terrabyte on Etsy",
"icon": "etsy-icon",
"href": "https://www.etsy.com/shop/TerrabyteLLC",
"styleClass": "etsy"
},
{
"label": "Terrabyte Website",
"icon": "terrabyte-icon",
Expand Down

0 comments on commit 9cec3f5

Please sign in to comment.