Skip to content

Commit

Permalink
chore(demo): add GithubBranch annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy authored and paodb committed Oct 10, 2024
1 parent cab873f commit a2468bb
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.whatsappbutton;

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 @@ -30,6 +31,7 @@
@ParentLayout(DemoLayout.class)
@Route("whatsappbutton")
@GithubLink("https://github.com/FlowingCode/WhatsappButton")
@GithubBranch("v23")
@StyleSheet("context://frontend/styles/whatsapp-button-demo-styles.css")
public class WhatsappButtonDemoView extends TabbedDemo {

Expand Down

0 comments on commit a2468bb

Please sign in to comment.