Skip to content

Commit

Permalink
Make "What's New?" text actually link to Recent Activity
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Oct 30, 2023
1 parent caaaa7a commit b1978aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/pages/main/main.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@
<div *ngIf="activity && activity.events.length > 0">
<divider></divider>
<page-header class="text-2xl">
<fa-icon [icon]="faFireAlt" class="pr-1"></fa-icon>
What's New?
<a routerLink="/activity">
<fa-icon [icon]="faFireAlt" class="pr-1"></fa-icon>
What's New?
</a>
</page-header>

<div *ngFor="let event of activity.events">
Expand Down

0 comments on commit b1978aa

Please sign in to comment.