last update

This commit is contained in:
hamid zarghami
2026-02-21 09:08:43 +03:30
parent 1081cd5f71
commit f7cb1772a8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ const SingleProduct = ({ id }: SingleProductProps) => {
notFound() notFound()
} }
const { product, categoryPath, reviews, stats } = productData.results const { product, categoryPath, stats } = productData.results
return ( return (
<div className='mt-14 px-4 sm:px-6 md:px-8 lg:px-12 xl:px-20'> <div className='mt-14 px-4 sm:px-6 md:px-8 lg:px-12 xl:px-20'>
+2 -2
View File
@@ -1,7 +1,7 @@
export const TOKEN_NAME = "sh_token"; export const TOKEN_NAME = "sh_token";
export const REFRESH_TOKEN_NAME = "sh_refresh_token"; export const REFRESH_TOKEN_NAME = "sh_refresh_token";
export const BASE_URL = "https://api.fajrtabloshop.com"; // export const BASE_URL = "https://api.fajrtabloshop.com";
// export const BASE_URL = "http://192.168.1.111:4000"; export const BASE_URL = "http://192.168.99.235:4000";
export const PRIMARY_COLOR = "#DA2129"; export const PRIMARY_COLOR = "#DA2129";