This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble-web
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add copyright notices
pull/16/head
Jonathan Cobb
4 years ago
parent
e2fe4f4711
commit
0ebab245f3
2 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/_helpers/api.js
+1
-0
src/_scss/variables.scss
+ 4
- 0
src/_helpers/api.js
View File
@@ -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) => {
+ 1
- 0
src/_scss/variables.scss
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save