Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #141 from ConduitIO/james/add-header-attrs
Browse files Browse the repository at this point in the history
fix: add attributes to global header
  • Loading branch information
jmar910 authored Jul 28, 2023
2 parents 4255a98 + 0498287 commit b8fd3ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wicked-vans-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"mx-ui-components": patch
---

fix: add attributes to global header
2 changes: 1 addition & 1 deletion addon/components/mox/global-header.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<header class="flex justify-between py-8" data-test-global-header>
<header class="flex justify-between py-8" data-test-global-header ...attributes>
<div class="flex items-center space-x-4">
<a href="/" aria-label="Go to Homepage" data-test-global-header-logo>
<svg
Expand Down

0 comments on commit b8fd3ae

Please sign in to comment.