diff --git a/src/_helpers/api.js b/src/_helpers/api.js index 4170b20..31e249a 100644 --- a/src/_helpers/api.js +++ b/src/_helpers/api.js @@ -1,3 +1,7 @@ +/** + * Copyright (c) 2020 Bubble, Inc. All rights reserved. + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ + */ import config from 'config'; export const fetchAPI = (url, options) => { diff --git a/src/_scss/variables.scss b/src/_scss/variables.scss index c8f4226..6c65be6 100644 --- a/src/_scss/variables.scss +++ b/src/_scss/variables.scss @@ -1,3 +1,4 @@ +// Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ // color codes $deep-purple: #3607a6;