Skip to content

Commit bc1a784

Browse files
ngonzalezpazFCjavier-godoy
authored andcommitted
test(demo): add github link
1 parent 18daaa5 commit bc1a784

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/com/flowingcode/vaadin/addons/simpletimer/SimpletimerDemoView.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@
2020
package com.flowingcode.vaadin.addons.simpletimer;
2121

2222
import com.flowingcode.vaadin.addons.DemoLayout;
23+
import com.flowingcode.vaadin.addons.GithubLink;
2324
import com.flowingcode.vaadin.addons.demo.impl.TabbedDemoImpl;
2425
import com.vaadin.flow.component.orderedlayout.VerticalLayout;
2526
import com.vaadin.flow.router.Route;
2627

2728
@SuppressWarnings("serial")
2829
@Route(value = "simple-timer", layout = DemoLayout.class)
30+
@GithubLink("https://github.com/FlowingCode/SimpleTimerAddon")
2931
public class SimpletimerDemoView extends VerticalLayout {
3032

3133
private static final String ST_DEMO = "Simple Timer Demo";

0 commit comments

Comments
 (0)