Compare commits

...

2 Commits

Author SHA1 Message Date
hamid zarghami b738d0c292 base orig
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled
2026-06-11 11:21:59 +03:30
hamid zarghami 99e411608f max height 2026-06-06 16:28:06 +03:30
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ const MenuItem = ({ food }: MenuItemProps) => {
<div className="flex gap-4 w-full h-full items-center"> <div className="flex gap-4 w-full h-full items-center">
<Link href={foodDetailUrl} className="cursor-pointer"> <Link href={foodDetailUrl} className="cursor-pointer">
<img <img
className="rounded-xl bg-[#F2F2F9] min-w-28 w-28 object-cover" className="rounded-xl bg-[#F2F2F9] min-w-28 w-28 max-h-28 object-cover"
src={imageSrc} src={imageSrc}
height={112} height={112}
width={112} width={112}
+1 -1
View File
@@ -1,4 +1,4 @@
// export const API_BASE_URL = "https://dmenuplus-api.dev.danakcorp.com"; // export const API_BASE_URL = "https://dmenuplus-api-production.dev.danakcorp.com";
export const API_BASE_URL = "https://dmenu-api.danakcorp.com"; export const API_BASE_URL = "https://dmenu-api.danakcorp.com";
// export const API_BASE_URL = "http://192.168.99.131:2000"; // export const API_BASE_URL = "http://192.168.99.131:2000";
export const TOKEN_NAME = "dmenu-t"; export const TOKEN_NAME = "dmenu-t";