We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8da16 commit dac9c96Copy full SHA for dac9c96
frontend/src/App.jsx
@@ -231,7 +231,10 @@ const router = createBrowserRouter(
231
/>
232
<Route path="/coupens" element={<Coupens />} />
233
<Route path="/finance" element={<Finance />} />
234
- <Route path="/manage-shop-income" element={<ManageShopIncome />} />
+ <Route
235
+ path="/manage-shop-income"
236
+ element={<ManageShopIncome />}
237
+ />
238
</Route>
239
240
{/*
frontend/src/Pages/order/Cart.jsx
@@ -258,7 +258,8 @@ const Cart = () => {
258
className="mb-2 block text-sm font-medium text-gray-900 "
259
>
260
{' '}
261
- Do you have a voucher or gift card?{' '}
+ Do you have a voucher or gift
262
+ card?{' '}
263
</label>
264
<input
265
type="text"
0 commit comments