mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 20:02:24 -05:00
[chore/frontend] Fix id on recent posts/media heading (#4015)
This commit is contained in:
parent
2b98432ca2
commit
0ce9bed3d1
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue