<a href="/site-news">News</a>
<a href="/users/{{ session["username"] }}" class="nav-logged-in" id="my-profile" hidden>My Profile</a>
- <a href="/activity"><span id="activity-indicator" hidden></span>Activity</a>
+ <a href="/activity" class="nav-logged-in" hidden><span id="activity-indicator" hidden></span>Activity</a>
<a href="/logout" class="nav-logged-in" hidden>Sign Out</a>
<a href="/signup" class="nav-logged-out">Create Account</a>
<h2>2025-02-22 - Musical Continuity</h2>
The song player now persists between pages as you navigate around the site, so
-the music isn't interrupted when you go to someone's profile or comment on a
-song! It will continue playing the songs from the original page until you
+the music isn't interrupted when you comment on a song or visit someone's
+profile! It will continue playing the songs from the original page until you
click the play button on a new song.
<ul>
<li>Persistent audio player</li>