diff --git a/app/(wiki)/obstacles/articles/bushes.md b/app/(wiki)/obstacles/articles/bushes.md index bf943702..ee9e3892 100644 --- a/app/(wiki)/obstacles/articles/bushes.md +++ b/app/(wiki)/obstacles/articles/bushes.md @@ -44,15 +44,15 @@ The Bush does not have any loot, but the Blueberry Bush has decent [loot](/loot# v0.8.0", }, { - url: "/img/articles/obstacles/bush/bush_[v0.1.0](https://github.com/HasangerGames/suroi/releases/tag/v0.1.0)", + url: "/img/articles/obstacles/bushes/bush_v0.1.0.png", author: "Katloo", - caption: "A bush in [v0.1.0](https://github.com/HasangerGames/suroi/releases/tag/v0.1.0)", + caption: "A bush in v0.1.0", }, ]} /> diff --git a/components/articles/gallery/Gallery.tsx b/components/articles/gallery/Gallery.tsx index 3ae13f42..5a59b3cc 100644 --- a/components/articles/gallery/Gallery.tsx +++ b/components/articles/gallery/Gallery.tsx @@ -70,9 +70,10 @@ export default function Gallery({ images }: GalleryProps) { )} {images[currentImage].caption && ( - - {images[currentImage].caption} - + )} {images[currentImage].type === "youtube" ? (