diff --git a/pages/profile/profile.go b/pages/profile/profile.go index c719a4f2..c69c5e57 100644 --- a/pages/profile/profile.go +++ b/pages/profile/profile.go @@ -9,7 +9,7 @@ import ( ) const maxPosts = 5 -const maxTracks = 4 +const maxTracks = 3 // Get user profile page. func Get(ctx *aero.Context) string {