Commit 16e5cbbb authored by baguzbw's avatar baguzbw
Browse files

fix error

parent f288c4db
Showing with 3 additions and 3 deletions
+3 -3
export const API_BASE_URL = "https://v3421017.mhs.d3tiuns.com/api/";
export const API_GAMBAR_URL = "https://v3421017.mhs.d3tiuns.com/";
export const API_BASE_URL = "https://joglobaleagungcendana.id/root/public/api/";
export const API_GAMBAR_URL = "https://joglobaleagungcendana.id/root/public/";
......@@ -101,7 +101,7 @@ function Event() {
<div className="row g-0">
<div className="col-md-4">
<img
src={"https://v3421017.mhs.d3tiuns.com/" + card.gambar_event}
src={`${API_GAMBAR_URL}${card.gambar_event}`}
alt={card.nama_event}
className="img-fluid"
style={{ objectFit: "cover", height: "400px", width: "1000px" }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment