mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore/frontend] Fix id on recent posts/media heading (#4015)
This commit is contained in:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user