Skip to content

Commit

Permalink
fixed button link
Browse files Browse the repository at this point in the history
  • Loading branch information
tgurth committed Oct 15, 2023
1 parent 3be2d45 commit 283363d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Script.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function ButtonImage({ urls, buttons, name, semester }) {
return (
semester.semester === "fall" &&
button && (
<a href={button.image}>
<a href={`${urls.buttons}/${button.image}`}>
<img
src={urls.buttons + "/" + button.thumbnail}
alt={`button: ${button.alt}`}
Expand Down

0 comments on commit 283363d

Please sign in to comment.