[chore/frontend] Fix id on recent posts/media heading (#4015)

This commit is contained in:
tobi 2025-04-15 10:20:29 +02:00 committed by GitHub
commit 0ce9bed3d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@
{{- end }}
<section class="recent h-feed" aria-labelledby="recent">
<div class="col-header">
<h3 id="recent p-name" tabindex="-1">Recent media</h3>
<h3 class="p-name" id="recent">Recent media</h3>
{{- if .rssFeed }}
<a href="{{- .rssFeed -}}" class="rss-icon" aria-label="RSS feed">
<i class="fa fa-rss-square" aria-hidden="true"></i>

View file

@ -47,7 +47,7 @@
{{- end }}
<section class="recent statuses h-feed" aria-labelledby="recent">
<div class="col-header">
<h3 id="recent p-name" tabindex="-1">Recent posts</h3>
<h3 class="p-name" id="recent">Recent posts</h3>
{{- if .rssFeed }}
<a href="{{- .rssFeed -}}" class="rss-icon" aria-label="RSS feed">
<i class="fa fa-rss-square" aria-hidden="true"></i>