Skip to content

Commit

Permalink
feat(header): add two slots for public page actions
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Henseler <[email protected]>
  • Loading branch information
bromiesTM committed Jan 10, 2025
1 parent 65fc08b commit 60da7ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions IONOS/src/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<ionos-icons product></ionos-icons>
</a>
<div class="header-right">
<slot name="public-page-primary-action" />
<slot name="search" />
<slot name="webmail" />
<slot name="usermenu" />
<slot name="public-page-secodary-action" />
</div>
</div>

Expand Down

0 comments on commit 60da7ac

Please sign in to comment.