Skip to content

Commit f2976ae

Browse files
XeTrinityzXeTrinityz
authored andcommitted
Corrected creation index of item 4
1 parent 29563e5 commit f2976ae

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

website/src/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
}
2727

28-
@keyframes sparkleFloat0 { /* Repeat for 0-149 */
28+
@keyframes sparkleFloat0 {
2929
0%, 100% {
3030
transform: translate(0, 0) rotate(0deg);
3131
}
@@ -60,7 +60,7 @@ body {
6060
}
6161

6262
html, body {
63-
background-color: black; /* Just as a fallback */
63+
background-color: black;
6464
min-height: 100dvh;
6565
}
6666

website/src/pages/CommunityCreations.jsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ const CommunityGallery = () => {
4242
tags: ["theme"]
4343
},
4444
{
45-
id: 5,
46-
title: "Vietnamese Translation",
47-
author: "Havier",
48-
category: "translations",
49-
description: "Complete Vietnamese translation for all mod features",
50-
previewImage: "Translation.png",
51-
downloadUrl: "resources/Vietnamese.json",
52-
tags: ["translation", "vietnamese"]
53-
},
45+
id: 4,
46+
title: "Vietnamese Translation",
47+
author: "Havier",
48+
category: "translations",
49+
description: "Complete Vietnamese translation for all mod features",
50+
previewImage: "Translation.png",
51+
downloadUrl: "resources/Vietnamese.json",
52+
tags: ["translation", "vietnamese"]
53+
},
5454
];
5555

5656
const categories = [

0 commit comments

Comments
 (0)