diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-10-18 13:16:22 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-10-18 13:16:22 +0200 |
| commit | 526f2d2c9f6c5ff8867cb0c645326e0a8f7991ae (patch) | |
| tree | 8dd28cecc90543a9671a12dee0111ed0beb8159f /src/views/Intro.js | |
| parent | 6ffa19114389b93200e5a3fbaa61335344c9b2fb (diff) | |
adding shoelace
Diffstat (limited to 'src/views/Intro.js')
| -rw-r--r-- | src/views/Intro.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/views/Intro.js b/src/views/Intro.js index 1868b1c..3a20cde 100644 --- a/src/views/Intro.js +++ b/src/views/Intro.js @@ -4,6 +4,7 @@ import React, { useState, useCallback } from "react"; import Vimeo from "@u-wave/react-vimeo"; +import { footprint } from "../utils/shoelace.js"; let playing = false; @@ -24,6 +25,7 @@ export default function Intro({ onComplete }) { } catch (error) { console.error(error); } + footprint("egress"); setDone(true); setTimeout(() => { onComplete(); @@ -38,6 +40,7 @@ export default function Intro({ onComplete }) { console.error(error); } setStarted(true); + footprint("ingress"); if (player) { player.play(); } |
