Skip to content

Commit

Permalink
build(demo): set GitHub branch to V4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb committed Jul 21, 2023
1 parent 6aa5f6d commit 44976e9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
package com.flowingcode.vaadin.addons.orgchart;

import com.flowingcode.vaadin.addons.DemoLayout;
import com.flowingcode.vaadin.addons.GithubBranch;
import com.flowingcode.vaadin.addons.GithubLink;
import com.flowingcode.vaadin.addons.demo.TabbedDemo;
import com.vaadin.flow.component.dependency.StyleSheet;
Expand All @@ -32,6 +33,7 @@
@StyleSheet("context://frontend/styles/orgchart/demo-styles.css")
@StyleSheet("context://frontend/styles/orgchart/font-awesome.css")
@GithubLink("https://github.com/FlowingCode/OrgChartAddon")
@GithubBranch("4.x")
public class OrgchartDemoView extends TabbedDemo {

public OrgchartDemoView() {
Expand Down

0 comments on commit 44976e9

Please sign in to comment.