Skip to content

Commit

Permalink
- #178
Browse files Browse the repository at this point in the history
  • Loading branch information
webseon@gmail.com authored and webseon@gmail.com committed Jun 30, 2022
1 parent 18fdfba commit b388a21
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"files": {
"main.css": "./static/css/main.89d2a156.css",
"main.js": "./static/js/main.ba58a7b8.js",
"main.js": "./static/js/main.ca3cea5c.js",
"static/js/787.f1205a42.chunk.js": "./static/js/787.f1205a42.chunk.js",
"index.html": "./index.html",
"main.89d2a156.css.map": "./static/css/main.89d2a156.css.map",
"main.ba58a7b8.js.map": "./static/js/main.ba58a7b8.js.map",
"main.ca3cea5c.js.map": "./static/js/main.ca3cea5c.js.map",
"787.f1205a42.chunk.js.map": "./static/js/787.f1205a42.chunk.js.map"
},
"entrypoints": [
"static/css/main.89d2a156.css",
"static/js/main.ba58a7b8.js"
"static/js/main.ca3cea5c.js"
]
}
2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="Description" content="Css Gradient Editor. All about CSS gradient Edit. Design quickly and create your own gradients with a graphic pro-tools-grade editing system."><meta property="og:title" content="RedGradient - Css Gradient Editor"><meta property="og:type" content="article"><meta property="og:url" content="https://redcamel.github.io/RedGradient/build/"><meta property="og:image" content="https://redcamel.github.io/RedGradient/build/tempLogo.svg"><meta property="og:site_name" content="RedGradient"><meta property="og:description" content="Css Gradient Editor"><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>RedGradient - Css Gradient Editor</title><style id="red_gradient_result"></style><meta name="naver-site-verification" content="87c987f05ba150f55455f491a526e57893359863"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CJX990NLR8"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-CJX990NLR8")</script><script defer="defer" src="./static/js/main.ba58a7b8.js"></script><link href="./static/css/main.89d2a156.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="Description" content="Css Gradient Editor. All about CSS gradient Edit. Design quickly and create your own gradients with a graphic pro-tools-grade editing system."><meta property="og:title" content="RedGradient - Css Gradient Editor"><meta property="og:type" content="article"><meta property="og:url" content="https://redcamel.github.io/RedGradient/build/"><meta property="og:image" content="https://redcamel.github.io/RedGradient/build/tempLogo.svg"><meta property="og:site_name" content="RedGradient"><meta property="og:description" content="Css Gradient Editor"><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>RedGradient - Css Gradient Editor</title><style id="red_gradient_result"></style><meta name="naver-site-verification" content="87c987f05ba150f55455f491a526e57893359863"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CJX990NLR8"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-CJX990NLR8")</script><script defer="defer" src="./static/js/main.ca3cea5c.js"></script><link href="./static/css/main.89d2a156.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/editor/contexts/static/ContextProjectInfo.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";

const version = '1.0.0'
const version = '1.1.0'
const ContextProjectInfo = React.createContext({
projectName: 'RedGradient',
author: 'RedCamel',
Expand Down

0 comments on commit b388a21

Please sign in to comment.