Skip to content

Commit

Permalink
wiki: Add codename prefix to subheader on devices page
Browse files Browse the repository at this point in the history
Change-Id: I96d5a50ac30b98732fb32be52a6db5013cee14ad
  • Loading branch information
BadDaemon authored and npjohnson committed Jan 11, 2025
1 parent cdd7fee commit 6fa1d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/devices.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ <h2 class="h2" id="{{ vendorId }}" data-vendor="{{ vendorId }}">{{ device.vendor
</div>
{%- endif %}
<a href="{{ url }}">
<span class="codename">{{ device.codename }}</span>
<span class="codename">codename: {{ device.codename }}</span>
</a>
</div>
</div>
Expand Down

0 comments on commit 6fa1d39

Please sign in to comment.