web/satellite: Use OSP logo
Remove Storj DCS logo and replace it with the Storj OCS logo - the dcs logo will replace this from our branding repo. Change-Id: I01daa67380f04bf62df980a2c84b3e48bccd63f1
This commit is contained in:
parent
0376fcdaef
commit
1549a6a68a
@ -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/dcs-logo.svg';
|
||||
import LogoIcon from '@/../static/images/logo.svg';
|
||||
|
||||
@Component({
|
||||
components: {
|
||||
|
@ -6,7 +6,7 @@
|
||||
<script lang="ts">
|
||||
import { Component, Vue } from 'vue-property-decorator';
|
||||
|
||||
import LogoIcon from '@/../static/images/dcs-logo.svg';
|
||||
import LogoIcon from '@/../static/images/logo.svg';
|
||||
import MainIcon from '@/../static/images/errors/404.svg';
|
||||
|
||||
@Component({
|
||||
|
@ -6,7 +6,7 @@
|
||||
<script lang="ts">
|
||||
import { Component, Vue } from 'vue-property-decorator';
|
||||
|
||||
import LogoIcon from '@/../static/images/dcs-logo.svg';
|
||||
import LogoIcon from '@/../static/images/logo.svg';
|
||||
import MainIcon from '@/../static/images/errors/50X.svg';
|
||||
|
||||
@Component({
|
||||
|
@ -48,7 +48,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/dcs-logo.svg';
|
||||
import LogoIcon from '@/../static/images/logo.svg';
|
||||
import CheckmarkIcon from '@/../static/images/header/checkmark.svg';
|
||||
import NavigationCloseIcon from '@/../static/images/header/navigationClose.svg';
|
||||
import NavigationMenuIcon from '@/../static/images/header/navigationMenu.svg';
|
||||
|
@ -55,7 +55,7 @@ import HeaderlessInput from '@/components/common/HeaderlessInput.vue';
|
||||
import AuthIcon from '@/../static/images/AuthImage.svg';
|
||||
import BottomArrowIcon from '@/../static/images/common/lightBottomArrow.svg';
|
||||
import SelectedCheckIcon from '@/../static/images/common/selectedCheck.svg';
|
||||
import LogoIcon from '@/../static/images/dcs-logo.svg';
|
||||
import LogoIcon from '@/../static/images/logo.svg';
|
||||
|
||||
import { AuthHttpApi } from '@/api/auth';
|
||||
import { RouteConfig } from '@/router';
|
||||
|
@ -101,7 +101,7 @@ import AuthIcon from '@/../static/images/AuthImage.svg';
|
||||
import WarningIcon from '@/../static/images/common/greyWarning.svg';
|
||||
import BottomArrowIcon from '@/../static/images/common/lightBottomArrow.svg';
|
||||
import SelectedCheckIcon from '@/../static/images/common/selectedCheck.svg';
|
||||
import LogoIcon from '@/../static/images/dcs-logo.svg';
|
||||
import LogoIcon from '@/../static/images/logo.svg';
|
||||
|
||||
import { AuthHttpApi } from '@/api/auth';
|
||||
import { ErrorMFARequired } from '@/api/errors/ErrorMFARequired';
|
||||
|
@ -234,7 +234,7 @@ import SelectInput from '@/components/common/SelectInput.vue';
|
||||
import AuthIcon from '@/../static/images/AuthImage.svg';
|
||||
import BottomArrowIcon from '@/../static/images/common/lightBottomArrow.svg';
|
||||
import SelectedCheckIcon from '@/../static/images/common/selectedCheck.svg';
|
||||
import LogoIcon from '@/../static/images/dcs-logo.svg';
|
||||
import LogoIcon from '@/../static/images/logo.svg';
|
||||
import InfoIcon from '@/../static/images/info.svg';
|
||||
import ErrorIcon from '@/../static/images/register/ErrorInfo.svg';
|
||||
import RegisterGlobe from '@/../static/images/register/RegisterGlobe.svg';
|
||||
|
@ -62,7 +62,7 @@ import { Component, Vue } from 'vue-property-decorator';
|
||||
import HeaderlessInput from '@/components/common/HeaderlessInput.vue';
|
||||
import PasswordStrength from '@/components/common/PasswordStrength.vue';
|
||||
|
||||
import LogoIcon from '@/../static/images/dcs-logo.svg';
|
||||
import LogoIcon from '@/../static/images/logo.svg';
|
||||
import KeyIcon from '@/../static/images/resetPassword/success.svg';
|
||||
|
||||
import { AuthHttpApi } from '@/api/auth';
|
||||
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 63 KiB |
28
web/satellite/static/images/logo.svg
Normal file
28
web/satellite/static/images/logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 59 KiB |
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user