diff --git a/bin/svgs.js b/bin/svgs.js index 002b4d3c..24b50352 100644 --- a/bin/svgs.js +++ b/bin/svgs.js @@ -1,5 +1,5 @@ export default [ - { id: 'semaphore-logo', src: 'src/static/sailboat.svg', inline: true }, + { id: 'semaphore-logo', src: 'src/static/logo.svg', inline: true }, { id: 'fa-arrow-left', src: 'src/thirdparty/font-awesome-svg-png/white/svg/arrow-left.svg' }, { id: 'fa-bell', src: 'src/thirdparty/font-awesome-svg-png/white/svg/bell.svg', inline: true }, { id: 'fa-bell-o', src: 'src/thirdparty/font-awesome-svg-png/white/svg/bell-o.svg' }, diff --git a/src/intl/de.js b/src/intl/de.js index 94ef4b23..eea86e30 100644 --- a/src/intl/de.js +++ b/src/intl/de.js @@ -344,7 +344,7 @@ export default {

- Logo thanks to "sailboat" by Gregor Cresnar from + Logo thanks to "Flag" by AFY Studio from the Noun Project.

`, // Settings diff --git a/src/intl/en-US.js b/src/intl/en-US.js index 3e886098..4248087f 100644 --- a/src/intl/en-US.js +++ b/src/intl/en-US.js @@ -358,7 +358,7 @@ export default {

- Logo thanks to "sailboat" by Gregor Cresnar from + Logo thanks to "Flag" by AFY Studio from the Noun Project.

`, // Settings diff --git a/src/intl/es.js b/src/intl/es.js index 726d6fa5..eb88a340 100644 --- a/src/intl/es.js +++ b/src/intl/es.js @@ -362,7 +362,7 @@ export default {

- Logo gracias a "sailboat" por Gregor Cresnar, de + Logo gracias a "Flag" por AFY Studio, de the Noun Project.

`, // Settings diff --git a/src/intl/fr.js b/src/intl/fr.js index 58e7532d..e636736a 100644 --- a/src/intl/fr.js +++ b/src/intl/fr.js @@ -348,7 +348,7 @@ export default {

- Logo grâce à Gregor Cresnar du + Logo grâce à AFY Studio du Noun Project.

`, // Settings diff --git a/src/intl/ru-RU.JS b/src/intl/ru-RU.JS index f609edd7..42f3e147 100644 --- a/src/intl/ru-RU.JS +++ b/src/intl/ru-RU.JS @@ -357,8 +357,8 @@ export default {

- Благодарим за логотип «парусника» Грегора Креснара из - Noun Project. + Logo thanks to "Flag" by AFY Studio from + the Noun Project.

`, // Settings settings: 'Настройки', diff --git a/src/static/logo.svg b/src/static/logo.svg new file mode 100644 index 00000000..f5b6b223 --- /dev/null +++ b/src/static/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/noun_1038998_cc.svg b/src/static/noun_1038998_cc.svg deleted file mode 100644 index 878b07c6..00000000 --- a/src/static/noun_1038998_cc.svg +++ /dev/null @@ -1 +0,0 @@ -Created by Gregor Cresnarfrom the Noun Project \ No newline at end of file diff --git a/src/static/noun_975373_cc.png b/src/static/noun_975373_cc.png deleted file mode 100644 index 5138a38f..00000000 Binary files a/src/static/noun_975373_cc.png and /dev/null differ diff --git a/src/static/sailboat-icon.svg b/src/static/sailboat-icon.svg deleted file mode 100644 index cb2161fb..00000000 --- a/src/static/sailboat-icon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/static/sailboat.svg b/src/static/sailboat.svg deleted file mode 100644 index 6f60b779..00000000 --- a/src/static/sailboat.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file