Skip to content

Commit

Permalink
feat: add header height
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Jan 22, 2025
1 parent 3b4d0d5 commit ab3f806
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ protected void onComponentTag(ComponentTag tag) {
tag.put("logo-url", this.logoUrl);
tag.put("config-file", this.headerConfigFile);
tag.put("stylesheet", this.georchestraStylesheet);
tag.put("height", this.headerHeight);
super.onComponentTag(tag);
}
}

0 comments on commit ab3f806

Please sign in to comment.