Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b738d0c292 | |||
| 99e411608f |
@@ -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
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user