mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 18:42:26 -05:00
[chore/frontend] Fix id on recent posts/media heading
This commit is contained in:
parent
b510f3c539
commit
98fa77360d
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