Skip to content

Commit

Permalink
chore: remove fav-icon and accidental '>'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikard Lindstrom committed Jun 9, 2021
1 parent 95dbbf4 commit bb7d38f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions frontend/src/components/settings/Settings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ limitations under the License.
<div class="panel">
<div>
<h2 class="h2" for="capture-threshold">Capturing threshold</h2>
>
<p>
The minimum motion to start recording. Once motion above the threshold
is detected, recording begins. The results are used by the model to
Expand Down Expand Up @@ -112,7 +111,6 @@ limitations under the License.
<div class="panel">
<div>
<h2 class="h2" for="number-of-samples">Number of samples</h2>
>
<p>
The recording happens at about 100 samples per second. Choosing a lower
number of samples will speed up the process of capturing your motion
Expand All @@ -139,7 +137,6 @@ limitations under the License.
<h2 class="h2" for="delay-between-captures">
Delay between captures (seconds)
</h2>
>
<p>
In seconds, provide how long to wait after one recording was made before
allowing another. This is to prevent double triggering.
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
href="https://fonts.googleapis.com/css?family=Roboto+Mono"
/>

<link rel="icon" type="image/png" src="static/favicon-32x32.png" />

<title><%= htmlWebpackPlugin.options.title %></title>

<!-- Global site tag (gtag.js) - Google Analytics -->
Expand Down

0 comments on commit bb7d38f

Please sign in to comment.