Skip to content

Commit

Permalink
chore: replace favicon with the png version
Browse files Browse the repository at this point in the history
  • Loading branch information
belsman committed Oct 28, 2024
1 parent e9d807f commit 28f0e4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/restorecommerce/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
/>
<link
rel="icon"
type="image/svg+xml"
href="assets/images/restore_commerce_logo_square.svg"
type="image/png"
href="assets/images/restore_commerce_logo_square.png"
/>
<link
rel="manifest"
Expand Down
3 changes: 3 additions & 0 deletions packages/core/state/src/lib/+state/order/order.effects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ export class OrderEffects {
const fulfilmentItems =
response.data?.ordering.order.CreateFulfillment?.details?.items;

// TODO Returns a dummy for now.
// But will be used in future to create a fulfilment when
// An order has not fulfilment created for it.
return { type: 'DUMMY', payload: fulfilmentItems };
})
);
Expand Down

0 comments on commit 28f0e4f

Please sign in to comment.