Skip to content

Commit 0380381

Browse files
committed
New news post
1 parent 1a638eb commit 0380381

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
Loading

src/assets/thumbnails.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
import NewWebsiteLaunch from "./images/news_thumbnails/New_Website.png";
12
import AsbrModdingComesToNintendoSwitch from "./images/news_thumbnails/ASBR_modding_comes_to_Nintendo_Switch.png";
23
import UselessMaidLisaLisaCompetition from "./images/news_thumbnails/Useless_Maid's_Lisa_Lisa_competition.png";
34
import UselessButlerCharacterCompetition from "./images/news_thumbnails/Useless_Butler's_character_competition.png";
45
import Sofdec2Discoveries from "./images/news_thumbnails/Sofdec2_discoveries.png";
56

67
export default {
8+
NewWebsiteLaunch,
79
AsbrModdingComesToNintendoSwitch,
810
UselessMaidLisaLisaCompetition,
911
UselessButlerCharacterCompetition,

src/news.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@ const URLs = {
1414
};
1515

1616
const news_data = {
17+
"NewWebsiteLaunch" : {
18+
media: thumbnails["NewWebsiteLaunch"],
19+
type: "image",
20+
link: "https://jojomodding.miraheze.org/wiki/News:JoJo_Modding_Website",
21+
date: {
22+
year: 2024,
23+
month: 11,
24+
day: 29
25+
},
26+
desc: {
27+
eng: "We're proud to announce the launch of our new website at jojomodding.com, our official portal!",
28+
spa: "¡Estamos orgullosos de anunciar el inicio de nuestra web nueva a jojomodding.com, nuestro portal oficial!",
29+
jpn: ""
30+
}
31+
},
1732
"AsbrModdingComesToNintendoSwitch" : {
1833
media: thumbnails["AsbrModdingComesToNintendoSwitch"],
1934
type: "image",
@@ -126,6 +141,7 @@ export function News({lang}) {
126141
<div className="news-section">
127142
<div className="scrollbox">
128143
<div className="news-container">
144+
<Post id="NewWebsiteLaunch"/>
129145
<Post id="AsbrModdingComesToNintendoSwitch"/>
130146
<Post id="UselessMaidLisaLisaCompetition"/>
131147
<Post id="UselessButlerCharacterCompetition"/>

0 commit comments

Comments
 (0)