Skip to content

Commit

Permalink
link to code in welcome text
Browse files Browse the repository at this point in the history
  • Loading branch information
tdumitrescu committed Jun 8, 2018
1 parent b09fe08 commit a5757e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/panel-farm/view-welcome/template.jade
Expand Up @@ -2,7 +2,8 @@
h1= welcomeText
p
| This is a demo app for playing around with #[a(attrs={href: 'https://github.com/mixpanel/panel'}) Panel]
| in your browser's dev tools.
| in your browser's dev tools. The code is available at
| #[a(attrs={href: 'https://github.com/mixpanel/panel-farm'})= 'https://github.com/mixpanel/panel-farm'].
| Click over to the #[a(attrs={href: '#farm'}) farm]
| to see #{animals.length} cute #{$helpers.pluralize(`animal`, animals.length)}!
p
Expand Down

0 comments on commit a5757e9

Please sign in to comment.