Skip to content

Commit f9aaa9a

Browse files
committed
Added support link to bottom tile on homepage
1 parent e4f2272 commit f9aaa9a

File tree

1 file changed

+1
-1
lines changed
  • packages/docs/src/_includes/layouts

1 file changed

+1
-1
lines changed

packages/docs/src/_includes/layouts/home.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
{% set styleModifier = 'c-tile--orange' %}
8686
{% set title = 'Open source and community driven' %}
87-
{% set link = '#' %}
87+
{% set link = '/support' %}
8888
{% set description = "Pattern Lab is (and will always be) an open source project. Check out the project on <a href='https://github.com/pattern-lab/patternlab-node'>GitHub</a> and join the <a href='https://gitter.im/pattern-lab/home'>Pattern Lab Gitter community</a> for conversation and support." %}
8989
{% include "components/tile.njk" %}
9090

0 commit comments

Comments
 (0)