Leszek Wiesner 4 роки тому
батько
коміт
8a8f85aee3

+ 1 - 15
pioneer/packages/apps-config/src/ui/logos/nodes/joystream-node.svg

@@ -1,15 +1 @@
-<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg">
- <g>
-  <title>background</title>
-  <rect fill="#000000" id="canvas_background" height="252" width="252" y="-1" x="-1"/>
-  <g display="none" overflow="visible" y="0" x="0" height="100%" width="100%" id="canvasGrid">
-   <rect fill="url(#gridpattern)" stroke-width="0" y="0" x="0" height="100%" width="100%"/>
-  </g>
- </g>
- <g>
-  <title>Layer 1</title>
-  <g id="svg_5">
-   <path id="svg_4" fill="white" d="m165.30201,24.50002l-80.60401,0l0,27.86133l49.16845,0l0,114.62931c0,9.15519 -5.64228,17.1156 -14.1057,20.69789l-19.74798,7.56147l8.46342,30.24997l29.82348,-11.5427c10.0755,-3.98021 18.53892,-11.5427 22.97214,-21.09478c2.82114,-5.5729 4.0302,-11.94062 4.0302,-17.91144l0,-150.45105z"/>
-  </g>
- </g>
-</svg>
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240"><defs><style>.cls-1{fill:#4038ff;}.cls-2{fill:#fff;}</style></defs><title>Icon-mono-white-1bg-blue</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_14" data-name="Layer 14"><rect class="cls-1" width="240" height="240"/><path class="cls-2" d="M135.28,49.73l12.7,0-.15,59.67a57,57,0,0,1-14.49,37.86,67.76,67.76,0,0,0,1.72-15Z"/><path class="cls-2" d="M94.28,153.78v0a34.19,34.19,0,0,1-26.15,12.61L72,153.73Z"/><path class="cls-2" d="M102,130.94v1.28a34,34,0,0,1-2,11.41l-25-.06,3.83-12.69Z"/><path class="cls-2" d="M158.14,49.78l12.7,0-.09,36.84a57,57,0,0,1-14.49,37.86,67.76,67.76,0,0,0,1.72-15Z"/><path class="cls-2" d="M125.11,49.69l-.21,82.59a57.22,57.22,0,0,1-57.32,57H61.23l3.83-12.69h2.56a44.5,44.5,0,0,0,44.57-44.35l.22-82.58Z"/></g></g></svg>

BIN
pioneer/packages/apps/public/favicon.ico


+ 1 - 1
pioneer/packages/apps/webpack.config.js

@@ -20,7 +20,7 @@ module.exports = merge(
     devtool: process.env.BUILD_ANALYZE ? 'source-map' : false,
     plugins: [
       new HtmlWebpackPlugin({
-        PAGE_TITLE: 'Polkadot/Substrate Portal',
+        PAGE_TITLE: 'Joystream Network Portal',
         inject: true,
         template: path.join(context, `${hasPublic ? 'public/' : ''}index.html`)
       })