Skip to content

Commit

Permalink
Merge pull request #240 from LikeLion-at-DGU/dev
Browse files Browse the repository at this point in the history
🚀 Deploy
  • Loading branch information
Chaem03 authored Aug 4, 2024
2 parents f250b6d + 9d5a38a commit 7111431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ImgSlider/ImgSlider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const ImageSlider = ({ ThemeImg }) => {
}}
>
{ThemeImg.map((item, index) => {
const themeUrl = `/api/theme/${item.id}`;
const themeUrl = `/api/theme/${item.url}`;
console.log(`Generated URL for slide ${index}: ${themeUrl}`);
return (
<Link to={themeUrl} key={index} style={{ textDecoration: "none" }}>
Expand Down

0 comments on commit 7111431

Please sign in to comment.