Skip to content

Commit

Permalink
fix: thumbnails, umami
Browse files Browse the repository at this point in the history
  • Loading branch information
KeziahMoselle committed Apr 22, 2024
1 parent eff8749 commit 8569ff1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/CostumeThumbnail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default function CostumeThumbnail({
)}

<Image
className={classNames("z-0", imgClasses)}
className={classNames("z-0 absolute top-0", imgClasses)}
layout="fill"
objectFit="contain"
src={src ?? emptyBackground}
Expand Down
2 changes: 1 addition & 1 deletion src/components/WeaponThumbnail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export default function WeaponThumbnail({
<Image
layout="fill"
objectFit="contain"
className={classNames("z-0", imgClasses)}
className={classNames("z-0 absolute top-0", imgClasses)}
src={
image_path
? `${CDN_URL}${image_path}standard.png`
Expand Down
4 changes: 2 additions & 2 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class MyDocument extends Document {
<script
async
defer
data-website-id="5267c73d-8fd5-4a8a-9177-1a21b5526e1b"
src="https://analytics.nierrein.guide/umami.js"
data-website-id="08a4d8e2-bbe0-42bf-bbc1-ecb59d36402b"
src="https://umami.keziahmoselle.fr/script.js"
></script>
)}
{/* Comment system */}
Expand Down

0 comments on commit 8569ff1

Please sign in to comment.