Yōten: A social tracker for your language learning journey built on the atproto.

fix: notification template for replies

brookjeynes.dev d3a43223 43a8bc1b

verified
+5 -4
+5 -4
internal/server/views/partials/notification.templ
··· 47 47 <p class="text-sm mt-1"> 48 48 <a class="hover:underline" href={ templ.SafeURL("/" + params.Notification.ActorDid) }> 49 49 &commat;{ params.Notification.ActorBskyHandle } 50 - </a> replied to your comment on this 51 - <a class="hover:underline" href={ templ.SafeURL("/" + params.Notification.SubjectDid + "/session/" + params.Notification.SubjectRkey) }> 52 - study session 53 - </a> 50 + </a> replied to your study session 51 + // TODO: Link to comment. 52 + // <a class="hover:underline" href={ templ.SafeURL("/" + params.Notification.SubjectDid + "/comment/" + params.Notification.SubjectRkey) }> 53 + // comment 54 + // </a> 54 55 </p> 55 56 </div> 56 57 default: