Skip to content

Commit 36fe790

Browse files
authored
Merge pull request #5604 from FlowFuse/add-h1-tag
Add accessible text to Device Agent page's image-only h1
2 parents fc63dba + 156f14a commit 36fe790

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/platform/device-agent.njk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ meta:
3838
<div class="md:flex items-center md:flex-row md:justify-between text-center md:text-left gap-8">
3939
<div class="m-auto md:w-1/2 lg:w-5/12 max-w-md">
4040
<h1 class="px-12 md:px-0 m-auto mb-6 max-md:flex max-md:flex-row max-md:justify-center md:ml-0 md:max-w-[250px]">
41+
<span class="sr-only">FlowFuse Device Agent</span>
4142
{% image "./images/ff-logo-device-agent-light.svg", "FlowFuse Device Agent", [225] %}
4243
</h1>
4344
<p class="mb-6">

0 commit comments

Comments
 (0)