Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #90

Merged
merged 1 commit into from
Sep 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 NosVoid Wiki</h1>
<h2 class="home-title-2">Ongoing Event(s) : </h2>
<ul class="home-events-list">
<h2 class="home-title-2">
<a href="https://forum.nosvoid.com/forum/thread/995-nosvoid-new-academy-server/?postID=1493#post1493">NosVoid Academy</a></h2>
<a href="https://forum.nosvoid.com/forum/thread/1066-event-summer-time/">Summer Event</a></h2>
</ul>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/app/navbar/navbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<a href="https://forum.nosvoid.com/forum/board/9-patch-notes/" class="link link-crew" (click)="closeMenuLink()" target="_blank" rel="noopener noreferrer">Patch Notes</a>
<a routerLink="/shop-updates" class="link link-crew" (click)="closeMenuLink()">NosVoid Shop Updates</a>
<a routerLink="/academy-updates" class="link link-crew" (click)="closeMenuLink()">Academy Shop Updates</a>
<a routerLink="/vessel" class="link link-crew" (click)="closeMenuLink()">Vessel Event</a>

</div>
</div>
</div>
Expand Down
Loading