Skip to content

Commit

Permalink
Merge pull request #107 from GayBoysAdmirer/master
Browse files Browse the repository at this point in the history
pub
  • Loading branch information
GayBoysAdmirer authored May 29, 2024
2 parents d16e78a + 668fd90 commit 511f719
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const appRoutes: Routes = [
{ path: 'prestige-8-1', component: PEightOneComponent },
{ path: 'prestige-8-2', component: PEightTwoComponent },
{ path: 'prestige-9', component: PNineComponent },
{ path: 'prestige-gay', component: PSixComponent },
{ path: 'prestige-6', component: PSixComponent },
{ path: 'xmas-event', component: XmasEventComponent },
{ path: 'arena-of-talents', component: ArenaComponent },
{ path: '**', pathMatch: "full", component: ErrorPageComponent },
Expand Down
2 changes: 1 addition & 1 deletion src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h1 class="home-title-1">Welcome to Void Wiki</h1>
<h2 class="home-title-2">Ongoing Event(s) : </h2>
<ul class="home-events-list">
<h2 class="home-title-2">
<a href=""></a></h2>
<a href="http://localhost:4200/prestige-6">PRESTIGE 6 UPDATE</a></h2>
</ul>
</div>

Expand Down
1 change: 1 addition & 0 deletions src/app/navbar/navbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
<a routerLink="/prestige-8-1" class="link link-crew" (click)="closeMenuLink()">Prestige 4 vol.1</a>
<a routerLink="/prestige-8-2" class="link link-crew" (click)="closeMenuLink()">Prestige 4 vol.2</a>
<a routerLink="/prestige-9" class="link link-crew" (click)="closeMenuLink()">Prestige 5</a>
<a routerLink="/prestige-6" class="link link-crew" (click)="closeMenuLink()">Prestige 6</a>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/app/p-six/p-six.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ <h2 class="accordion-header" id="star-heading">
<img src="assets/img/prestiges/p6/Star System Wep Buffs.png" alt="Star System Weapon Buffs">
<img src="assets/img/prestiges/p6/Star System Armor Buffs.png" alt="Star System Armor Buffs">
<img src="assets/img/prestiges/p6/Star System Accesory Buffs.png" alt="Star System Accessory Buffs">
<img src="assets/img/prestiges/p6/Star System SP Buffs.png" alt="Star System SP Buffs">
</div>
</div>
</div>
Expand Down

0 comments on commit 511f719

Please sign in to comment.