fix: branding

pull/77/head
corpulent 3 years ago
parent 4080943699
commit 7efcccc190

@ -8,7 +8,7 @@ const Logo = () => {
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
xmlnsXlink="http://www.w3.org/1999/xlink" xmlnsXlink="http://www.w3.org/1999/xlink"
> >
<title>Nuxx</title> <title>CTK</title>
<g <g
id="Page-1" id="Page-1"
stroke="none" stroke="none"
@ -17,9 +17,9 @@ const Logo = () => {
fillRule="evenodd" fillRule="evenodd"
> >
<g id="Logo" transform="translate(-179.000000, -225.000000)"> <g id="Logo" transform="translate(-179.000000, -225.000000)">
<g id="nuxx-logo-copy" transform="translate(167.000000, 200.000000)"> <g id="ctk-logo-copy" transform="translate(167.000000, 200.000000)">
<g <g
id="nuxx-logo" id="ctk-logo"
transform="translate(98.500000, 95.000000) rotate(-60.000000) translate(-98.500000, -95.000000) translate(33.000000, 20.000000)" transform="translate(98.500000, 95.000000) rotate(-60.000000) translate(-98.500000, -95.000000) translate(33.000000, 20.000000)"
> >
<polygon <polygon

@ -1,3 +1,3 @@
export const API_SERVER_URL = process.env.REACT_APP_API_SERVER; export const API_SERVER_URL = process.env.REACT_APP_API_SERVER;
export const PROJECTS_FETCH_LIMIT = 300; export const PROJECTS_FETCH_LIMIT = 300;
export const LOCAL_STORAGE = "NuxxLocalStorage"; export const LOCAL_STORAGE = "CtkLocalStorage";

Loading…
Cancel
Save