File tree 4 files changed +4
-2
lines changed
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " project-lodestone-website" ,
3
3
"private" : true ,
4
- "version" : " 1.0.5 " ,
4
+ "version" : " 1.0.6 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
Original file line number Diff line number Diff line change 42
42
</Route >
43
43
</Router >
44
44
45
- <Footer logo ={largeLogo } notice =" Project Lodestone is NOT an official Minecraft product. " >
45
+ <Footer logo ={largeLogo } notice ={ $t ( ' footer.notice ' )} >
46
46
<button class ="topbarButton" title ={$t (' footer.buttons.openCredits.title' )} on:click ={setShowCredits }>{$t (' footer.buttons.openCredits.text' )}</button >
47
47
<ButtonLink class ="button topbarButton" href ="https://github.com/team-lodestone/team-lodestone.github.io" title ={$t (' footer.buttons.openSource.title' )}>{$t (' footer.buttons.openSource.text' )}</ButtonLink >
48
48
<ButtonLink class ="button topbarButton" href ="https://team-lodestone.github.io/Documentation/Team" title ={$t (' footer.buttons.openTeam.title' )}>{$t (' footer.buttons.openTeam.text' )}</ButtonLink >
Original file line number Diff line number Diff line change 44
44
}
45
45
},
46
46
"footer" : {
47
+ "notice" : " Project Lodestone is NOT an official Minecraft product." ,
47
48
"buttons" : {
48
49
"openCredits" : {
49
50
"text" : " Credits" ,
Original file line number Diff line number Diff line change 44
44
}
45
45
},
46
46
"footer" : {
47
+ "notice" : " " ,
47
48
"buttons" : {
48
49
"openCredits" : {
49
50
"text" : " Авторы" ,
You can’t perform that action at this time.
0 commit comments