diff --git a/client/src/art/skoonerSvg.tsx b/client/src/art/skoonerSvg.tsx index d63097d..7a58512 100644 --- a/client/src/art/skoonerSvg.tsx +++ b/client/src/art/skoonerSvg.tsx @@ -1,30 +1,8 @@ import React from 'react'; const LogoSvg = (props: { [key: string]: any }) => ( - - + ); diff --git a/logo/PNG/skooner-Logo-Horizontal-COLOR.png b/logo/PNG/skooner-Logo-Horizontal-COLOR.png index 4750b17..207c567 100644 Binary files a/logo/PNG/skooner-Logo-Horizontal-COLOR.png and b/logo/PNG/skooner-Logo-Horizontal-COLOR.png differ diff --git a/logo/PNG/skooner-Logo-Horizontal-WHITE.png b/logo/PNG/skooner-Logo-Horizontal-WHITE.png index 0eeee66..1483623 100644 Binary files a/logo/PNG/skooner-Logo-Horizontal-WHITE.png and b/logo/PNG/skooner-Logo-Horizontal-WHITE.png differ diff --git a/logo/PNG/skooner-Logo-Icon Only-COLOR.png b/logo/PNG/skooner-Logo-Icon Only-COLOR.png deleted file mode 100644 index 974f4ff..0000000 Binary files a/logo/PNG/skooner-Logo-Icon Only-COLOR.png and /dev/null differ diff --git a/logo/PNG/skooner-Logo-Icon Only-WHITE.png b/logo/PNG/skooner-Logo-Icon Only-WHITE.png deleted file mode 100644 index 776baa4..0000000 Binary files a/logo/PNG/skooner-Logo-Icon Only-WHITE.png and /dev/null differ diff --git a/logo/PNG/skooner-Logo-Stacked-COLOR.png b/logo/PNG/skooner-Logo-Stacked-COLOR.png deleted file mode 100644 index 405801c..0000000 Binary files a/logo/PNG/skooner-Logo-Stacked-COLOR.png and /dev/null differ diff --git a/logo/PNG/skooner-Logo-Stacked-WHITE.png b/logo/PNG/skooner-Logo-Stacked-WHITE.png deleted file mode 100644 index d1c79ce..0000000 Binary files a/logo/PNG/skooner-Logo-Stacked-WHITE.png and /dev/null differ diff --git a/logo/SVG/Skooner-Logo-Horizontal-WHITE.svg b/logo/SVG/Skooner-Logo-Horizontal-WHITE.svg new file mode 100644 index 0000000..5ac39fb --- /dev/null +++ b/logo/SVG/Skooner-Logo-Horizontal-WHITE.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/logo/SVG/skooner-Logo-Horizontal-COLOR.svg b/logo/SVG/skooner-Logo-Horizontal-COLOR.svg index a257dea..1df548e 100644 --- a/logo/SVG/skooner-Logo-Horizontal-COLOR.svg +++ b/logo/SVG/skooner-Logo-Horizontal-COLOR.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/logo/SVG/skooner-Logo-Horizontal-WHITE.svg b/logo/SVG/skooner-Logo-Horizontal-WHITE.svg deleted file mode 100644 index d3f988d..0000000 --- a/logo/SVG/skooner-Logo-Horizontal-WHITE.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/logo/SVG/skooner-Logo-Icon Only-COLOR.svg b/logo/SVG/skooner-Logo-Icon Only-COLOR.svg deleted file mode 100644 index 91d8d89..0000000 --- a/logo/SVG/skooner-Logo-Icon Only-COLOR.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/logo/SVG/skooner-Logo-Icon Only-WHITE.svg b/logo/SVG/skooner-Logo-Icon Only-WHITE.svg deleted file mode 100644 index 4d845f4..0000000 --- a/logo/SVG/skooner-Logo-Icon Only-WHITE.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/logo/SVG/skooner-Logo-Stacked-COLOR.svg b/logo/SVG/skooner-Logo-Stacked-COLOR.svg deleted file mode 100644 index 28d50d3..0000000 --- a/logo/SVG/skooner-Logo-Stacked-COLOR.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/logo/SVG/skooner-Logo-Stacked-WHITE.svg b/logo/SVG/skooner-Logo-Stacked-WHITE.svg deleted file mode 100644 index e4a4688..0000000 --- a/logo/SVG/skooner-Logo-Stacked-WHITE.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/server/package-lock.json b/server/package-lock.json index 2dcbfbc..e8cc0f6 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -1,5 +1,5 @@ { - "name": "server", + "name": "@skooner-k8s/skooner-server", "version": "1.0.0", "lockfileVersion": 1, "requires": true, diff --git a/server/package.json b/server/package.json index 23045ce..e63273b 100644 --- a/server/package.json +++ b/server/package.json @@ -9,8 +9,8 @@ }, "author": "", "license": "ISC", - "repository" : { - "type" : "git", + "repository": { + "type": "git", "url": "ssh://git@github.com/skooner-k8s/skooner.git", "directory": "skooner/server" },