Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bagus Wicaksono
JogloBaleAgungFrontend
Commits
16e5cbbb
Commit
16e5cbbb
authored
2 years ago
by
baguzbw
Browse files
Options
Download
Email Patches
Plain Diff
fix error
parent
f288c4db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/config.js
+2
-2
src/components/config.js
src/components/event/card.jsx
+1
-1
src/components/event/card.jsx
with
3 additions
and
3 deletions
+3
-3
src/components/config.js
View file @
16e5cbbb
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
/
"
;
This diff is collapsed.
Click to expand it.
src/components/event/card.jsx
View file @
16e5cbbb
...
...
@@ -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
"
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment