Skip to content

Commit

Permalink
Map illustrations by category id on home page (#32)
Browse files Browse the repository at this point in the history
Currently which illustration to show on the home page is determined by the category name which is inflexible since it doesn't 
allow for the name to easily updated. This PR changes that so an illustration is mapped by `category.id` instead of `category.name`.
  • Loading branch information
rottbers authored Sep 26, 2022
1 parent da52abc commit 3f1296b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 27 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Evoko theme",
"author": "Evoko Unlimited AB",
"version": "3.0.3",
"version": "3.0.4",
"api_version": 2,
"default_locale": "en-us",
"settings": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zendesk-theme",
"version": "3.0.3",
"version": "3.0.4",
"private": true,
"scripts": {
"start": "concurrently \"npm:preview\" \"npm:styles:watch\"",
Expand Down
Loading

0 comments on commit 3f1296b

Please sign in to comment.