@@ -25,7 +25,7 @@ Medusa provides the necessary features to build a customizable shopping experien
2525<LargeCardList colSize = { 6 } >
2626 <LargeCard
2727 Icon = { Icons [' check-circle-solid' ]}
28- title = " ' Orders' "
28+ title = " Orders"
2929 action = { {
3030 label: ' Learn more' ,
3131 href: ' /modules/orders/overview'
@@ -42,7 +42,7 @@ Medusa provides the necessary features to build a customizable shopping experien
4242 </LargeCard >
4343 <LargeCard
4444 Icon = { Icons [' building-solid' ]}
45- title = " ' Inventory (Multi-Warehouse)' "
45+ title = " Inventory (Multi-Warehouse)"
4646 action = { {
4747 label: ' Learn more' ,
4848 href: ' /modules/multiwarehouse/overview'
@@ -57,7 +57,7 @@ Medusa provides the necessary features to build a customizable shopping experien
5757 </LargeCard >
5858 <LargeCard
5959 Icon = { Icons [' shopping-cart-solid' ]}
60- title = " ' Cart and Checkout' "
60+ title = " Cart and Checkout"
6161 action = { {
6262 label: ' Learn more' ,
6363 href: ' /modules/carts-and-checkout/overview'
@@ -73,7 +73,7 @@ Medusa provides the necessary features to build a customizable shopping experien
7373 </LargeCard >
7474 <LargeCard
7575 Icon = { Icons [' users-solid' ]}
76- title = " ' Customers' "
76+ title = " Customers"
7777 action = { {
7878 label: ' Learn more' ,
7979 href: ' /modules/customers/overview'
@@ -95,7 +95,7 @@ Medusa's products configuration allows managing products of different types incl
9595<LargeCardList colSize = { 6 } >
9696 <LargeCard
9797 Icon = { Icons [' tag-solid' ]}
98- title = " ' Products' "
98+ title = " Products"
9999 action = { {
100100 label: ' Learn more' ,
101101 href: ' /modules/products/overview'
@@ -112,7 +112,7 @@ Medusa's products configuration allows managing products of different types incl
112112 </LargeCard >
113113 <LargeCard
114114 Icon = { Icons [' gift-solid' ]}
115- title = " ' Gift Cards' "
115+ title = " Gift Cards"
116116 action = { {
117117 label: ' Learn more' ,
118118 href: ' /modules/gift-cards/overview'
@@ -129,7 +129,7 @@ Medusa's products configuration allows managing products of different types incl
129129
130130 <LargeCard
131131 Icon = { Icons [' currency-dollar-solid' ]}
132- title = " ' Price Lists' "
132+ title = " Price Lists"
133133 action = { {
134134 label: ' Learn more' ,
135135 href: ' /modules/price-lists/overview'
@@ -146,7 +146,7 @@ Medusa's products configuration allows managing products of different types incl
146146
147147 <LargeCard
148148 Icon = { Icons [' receipt-percent' ]}
149- title = " ' Discounts' "
149+ title = " Discounts"
150150 action = { {
151151 label: ' Learn more' ,
152152 href: ' /modules/discounts/overview'
@@ -169,7 +169,7 @@ Medusa's multi-region setup and sales channels allow businesses to sell internat
169169<LargeCardList colSize = { 6 } >
170170 <LargeCard
171171 Icon = { Icons [' globe-europe-solid' ]}
172- title = " ' Region and Currencies' "
172+ title = " Region and Currencies"
173173 action = { {
174174 label: ' Learn more' ,
175175 href: ' /modules/regions-and-currencies/overview'
@@ -185,7 +185,7 @@ Medusa's multi-region setup and sales channels allow businesses to sell internat
185185 </LargeCard >
186186 <LargeCard
187187 Icon = { Icons [' cash-solid' ]}
188- title = " ' Taxes' "
188+ title = " Taxes"
189189 action = { {
190190 label: ' Learn more' ,
191191 href: ' /modules/taxes/overview'
@@ -203,7 +203,7 @@ Medusa's multi-region setup and sales channels allow businesses to sell internat
203203
204204<LargeCard
205205 Icon = { Icons [' channels-solid' ]}
206- title = " ' Sales Channels' "
206+ title = " Sales Channels"
207207 action = { {
208208 label: ' Learn more' ,
209209 href: ' /modules/sales-channels/overview'
0 commit comments