diff options
author | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-13 14:17:10 -0400 |
---|---|---|
committer | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-13 14:17:10 -0400 |
commit | 63fc9b25815da079f3559d6b794b57e57db0040f (patch) | |
tree | 4c2072b223d1583be551674fde56e8f0869bef77 /src/components/mao-app.js | |
parent | d9d80e24ee61e279e28c028b5fc118db269e91f2 (diff) |
Creating picture upload field for tutoring hours.
Diffstat (limited to 'src/components/mao-app.js')
-rw-r--r-- | src/components/mao-app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/mao-app.js b/src/components/mao-app.js index 456f772..820322d 100644 --- a/src/components/mao-app.js +++ b/src/components/mao-app.js @@ -231,7 +231,7 @@ class MaoApp extends connect(store)(LitElement) { </main> <footer> - <p>Made with ♥ by the Polymer team.</p> + <p>Designed with ♥ by Lucy Wood.</p> </footer> <snack-bar active?="${_snackbarOpened}"> |