File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ import NewWebsiteLaunch from "./images/news_thumbnails/New_Website.png" ;
1
2
import AsbrModdingComesToNintendoSwitch from "./images/news_thumbnails/ASBR_modding_comes_to_Nintendo_Switch.png" ;
2
3
import UselessMaidLisaLisaCompetition from "./images/news_thumbnails/Useless_Maid's_Lisa_Lisa_competition.png" ;
3
4
import UselessButlerCharacterCompetition from "./images/news_thumbnails/Useless_Butler's_character_competition.png" ;
4
5
import Sofdec2Discoveries from "./images/news_thumbnails/Sofdec2_discoveries.png" ;
5
6
6
7
export default {
8
+ NewWebsiteLaunch,
7
9
AsbrModdingComesToNintendoSwitch,
8
10
UselessMaidLisaLisaCompetition,
9
11
UselessButlerCharacterCompetition,
Original file line number Diff line number Diff line change @@ -14,6 +14,21 @@ const URLs = {
14
14
} ;
15
15
16
16
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
+ } ,
17
32
"AsbrModdingComesToNintendoSwitch" : {
18
33
media : thumbnails [ "AsbrModdingComesToNintendoSwitch" ] ,
19
34
type : "image" ,
@@ -126,6 +141,7 @@ export function News({lang}) {
126
141
< div className = "news-section" >
127
142
< div className = "scrollbox" >
128
143
< div className = "news-container" >
144
+ < Post id = "NewWebsiteLaunch" />
129
145
< Post id = "AsbrModdingComesToNintendoSwitch" />
130
146
< Post id = "UselessMaidLisaLisaCompetition" />
131
147
< Post id = "UselessButlerCharacterCompetition" />
You can’t perform that action at this time.
0 commit comments