Skip to content

Commit

Permalink
show description and not snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
summer-cook committed Feb 1, 2024
1 parent 408f54b commit 4cf58f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ node_modules/
cypress/results
cypress/screenshots
cypress/videos

.DS_Store
2 changes: 1 addition & 1 deletion utils/api/configurations.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const configureServices = ({ data, path }) => {
: DEFAULT_WARE_IMAGE

return {
description: ware.snippet,
description: ware.description,
id: ware.id,
img,
name: ware.name,
Expand Down

0 comments on commit 4cf58f0

Please sign in to comment.