Skip to content

Commit 4cf58f0

Browse files
committed
show description and not snippet
1 parent 408f54b commit 4cf58f0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ node_modules/
2323
cypress/results
2424
cypress/screenshots
2525
cypress/videos
26+
27+
.DS_Store

utils/api/configurations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const configureServices = ({ data, path }) => {
1515
: DEFAULT_WARE_IMAGE
1616

1717
return {
18-
description: ware.snippet,
18+
description: ware.description,
1919
id: ware.id,
2020
img,
2121
name: ware.name,

0 commit comments

Comments
 (0)