web/satellite: Replace Tardigrade logos with Storj DCS

This is not exhaustive, but it covers a lot of them.

Change-Id: Ia68682b79cc426c525227dbf7cee017e537be974
This commit is contained in:
Moby von Briesen 2021-04-16 01:19:19 +02:00 committed by JT Olio
parent f380bda814
commit f9a6fbea50
6 changed files with 21 additions and 23 deletions

View File

@ -28,7 +28,7 @@
import { Component, Prop, Vue } from 'vue-property-decorator';
import CardIcon from '@/../static/images/account/billing/card.svg';
import LogoIcon from '@/../static/images/account/billing/logo.svg';
import LogoIcon from '@/../static/images/dcs-logo.svg';
@Component({
components: {

View File

@ -7,7 +7,7 @@
import { Component, Vue } from 'vue-property-decorator';
import MainIcon from '@/../static/images/errors/404.svg';
import LogoIcon from '@/../static/images/errors/logo.svg';
import LogoIcon from '@/../static/images/dcs-logo.svg';
import TextIcon from '@/../static/images/errors/text.svg';
@Component({

View File

@ -7,7 +7,7 @@
import { Component, Vue } from 'vue-property-decorator';
import MainIcon from '@/../static/images/errors/50X.svg';
import LogoIcon from '@/../static/images/errors/logo.svg';
import LogoIcon from '@/../static/images/dcs-logo.svg';
import TextIcon from '@/../static/images/errors/text.svg';
@Component({

View File

@ -11,7 +11,7 @@ import ResourcesSelection from '@/components/header/resourcesDropdown/ResourcesS
import SettingsSelection from '@/components/header/settingsDropdown/SettingsSelection.vue';
import NavigationArea from '@/components/navigation/NavigationArea.vue';
import LogoIcon from '@/../static/images/header/logo.svg';
import LogoIcon from '@/../static/images/dcs-logo.svg';
import NavigationCloseIcon from '@/../static/images/header/navigationClose.svg';
import NavigationMenuIcon from '@/../static/images/header/navigationMenu.svg';

View File

@ -9,7 +9,7 @@ import { Component, Vue } from 'vue-property-decorator';
import HeaderlessInput from '@/components/common/HeaderlessInput.vue';
import AuthIcon from '@/../static/images/AuthImage.svg';
import LogoIcon from '@/../static/images/Logo.svg';
import LogoIcon from '@/../static/images/dcs-logo.svg';
import { AuthHttpApi } from '@/api/auth';
import { RouteConfig } from '@/router';