No frames have been captured. Use the camera or burst tools to add
some!
diff --git a/src/components/Settings.css b/src/components/Settings.css
index f446ce1..1c51cf8 100644
--- a/src/components/Settings.css
+++ b/src/components/Settings.css
@@ -48,3 +48,9 @@
font-size: 1em;
outline: none !important;
}
+
+.Settings-header {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
diff --git a/src/components/Settings.js b/src/components/Settings.js
index 74a43d0..6e22274 100644
--- a/src/components/Settings.js
+++ b/src/components/Settings.js
@@ -2,6 +2,7 @@ import React, { Component } from 'react';
import classNames from 'classnames';
import { isPositiveInteger, isProperBound } from '../lib/input-helpers';
import './Settings.css';
+import InfoIcon from './InfoIcon';
class Settings extends Component {
constructor(props) {
@@ -43,10 +44,16 @@ class Settings extends Component {
if (!expanded) return ;
+ const settingsText = `The settings panel allows you to set your desired image dimensions
+ as well as the interval between frames in the generated GIF.`;
return (