Skip to content

Commit 2bedc80

Browse files
fix(static-site): link documentation to gh data-layer.js
1 parent 114b4b0 commit 2bedc80

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/static-site/src/pages/DataLayerGuide.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,11 @@ const DataLayerGuide = () => {
218218
Add event listeners to your code to capture click and change events
219219
related to your `data-ga` attributes and to push that event to the
220220
data layer. As a help to get you started, the
221-
`unity-bootstrap-theme` package's `src/js/data-layer.js` file can
221+
`unity-bootstrap-theme` package's{" "}
222+
<a href="https://github.com/ASU/asu-unity-stack/blob/dev/packages/unity-bootstrap-theme/src/js/data-layer.js" target="_blank">
223+
src/js/data-layer.js
224+
</a>{" "}
225+
file can
222226
serve as a starting point or as a reference for implementing your
223227
own data layer push code.
224228
</p>

0 commit comments

Comments
 (0)