From 6f273305df69ac7b420b5446b4c6824866821a7e Mon Sep 17 00:00:00 2001 From: xcaliber93 <36753272+xcaliber93@users.noreply.github.com> Date: Thu, 19 Nov 2020 09:00:46 -0500 Subject: [PATCH] feat(canadacomputers): add ryzen 5000 series (#842) --- src/store/model/canadacomputers.ts | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/store/model/canadacomputers.ts b/src/store/model/canadacomputers.ts index 106a480..f925d47 100644 --- a/src/store/model/canadacomputers.ts +++ b/src/store/model/canadacomputers.ts @@ -350,6 +350,34 @@ export const CanadaComputers: Store = { series: '3090', url: 'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=181352' + }, + { + brand: 'amd', + model: '5600x', + series: 'ryzen5600', + url: + 'https://www.canadacomputers.com/product_info.php?cPath=4_64&item_id=183432' + }, + { + brand: 'amd', + model: '5800x', + series: 'ryzen5800', + url: + 'https://www.canadacomputers.com/product_info.php?cPath=4_64&item_id=183431' + }, + { + brand: 'amd', + model: '5900x', + series: 'ryzen5900', + url: + 'https://www.canadacomputers.com/product_info.php?cPath=4_64&item_id=183430' + }, + { + brand: 'amd', + model: '5950x', + series: 'ryzen5950', + url: + 'https://www.canadacomputers.com/product_info.php?cPath=4_64&item_id=183427' } ], name: 'canadacomputers',