web/satellie: added missing alt attribute to img tags (#3172)
This commit is contained in:
parent
c169993b30
commit
51003dcad2
@ -452,7 +452,7 @@
|
||||
<!--[if (mso)|(IE)]><table align="center" class="header" cellpadding="0" cellspacing="0" role="presentation"><tr><td style="width: 600px"><![endif]-->
|
||||
<div class="logo emb-logo-margin-box" style="font-size: 26px;line-height: 32px;Margin-top: 20px;Margin-bottom: 24px;color: #c3ced9;font-family: Roboto,Tahoma,sans-serif;Margin-left: 20px;Margin-right: 20px;" align="center">
|
||||
<div class="logo-left" align="left" id="emb-email-header">
|
||||
<img src="../images/emails/Logo.png" alt="Storj"/>
|
||||
<img src="../images/emails/Logo.png" alt="Company logo"/>
|
||||
</div>
|
||||
</div>
|
||||
<!--[if (mso)|(IE)]></td></tr></table><![endif]-->
|
||||
|
@ -6,7 +6,7 @@ See LICENSE for copying information. -->
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
<div class="row d-flex justify-content-between">
|
||||
<img class="mt-3 ml-5" src="{{BaseURL}}/static/img/warning.png" height="30" width="30"/>
|
||||
<img class="mt-3 ml-5" src="{{BaseURL}}/static/img/warning.png" height="30" width="30" alt="Warning"/>
|
||||
<p class="mt-3">Replace
|
||||
<strong>{{.FreeCredits.Active.Name}}</strong> with
|
||||
<strong>{{.FreeCredits.Default.Name}}</strong> ?
|
||||
|
@ -6,7 +6,7 @@ See LICENSE for copying information. -->
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
<div class="row d-flex justify-content-between">
|
||||
<img class="mt-3 ml-5" src="{{BaseURL}}/static/img/warning.png" height="30" width="30"/>
|
||||
<img class="mt-3 ml-5" src="{{BaseURL}}/static/img/warning.png" height="30" width="30" alt="Warning"/>
|
||||
<p class="mt-3">Are you sure you want to discontinue this offer ?</p>
|
||||
<div class="mt-2 mb-2 d-flex">
|
||||
<a href="/">
|
||||
|
@ -6,7 +6,7 @@ See LICENSE for copying information. -->
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
<div class="row d-flex justify-content-between">
|
||||
<img class="mt-3 ml-5" src="{{BaseURL}}/static/img/warning.png" height="30" width="30"/>
|
||||
<img class="mt-3 ml-5" src="{{BaseURL}}/static/img/warning.png" height="30" width="30" alt="Warning"/>
|
||||
<p class="mt-3">Replace
|
||||
<strong>{{.ReferralOffers.Active.Name}}</strong> with
|
||||
<strong>{{.ReferralOffers.Default.Name}}</strong> ?
|
||||
|
@ -5,7 +5,7 @@
|
||||
<div class="payment-methods-container">
|
||||
<div class="payment-methods-container__card-container">
|
||||
<div class="payment-methods-container__card-container__info-area">
|
||||
<img class="payment-methods-container__card-container__info-area__card-logo" src="../../../static/images/Logo.svg">
|
||||
<img class="payment-methods-container__card-container__info-area__card-logo" src="../../../static/images/Logo.svg" alt="Company logo">
|
||||
<div class="payment-methods-container__card-container__info-area__info-container">
|
||||
<h1 class="payment-methods-container__card-container__info-area__info-container__card-number">xxxx 0000</h1>
|
||||
<h2 class="payment-methods-container__card-container__info-area__info-container__name">Shawn Wilkinson</h2>
|
||||
|
@ -27,7 +27,7 @@
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<img src="@/../static/images/buckets/uplink.svg">
|
||||
<img src="@/../static/images/buckets/uplink.svg" alt="uplink">
|
||||
</div>
|
||||
<p class="no-buckets-area__s3-link">Familiar with AWS S3? <a class="s3-gateway-link" href="https://github.com/storj/storj/wiki/S3-Gateway" target="_blank">Try our S3 Gateway</a></p>
|
||||
<div class="no-buckets-area__next-step-area">
|
||||
|
@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<div class="input-container">
|
||||
<div v-if="!isOptional" class="label-container">
|
||||
<img v-if="error" src="../../../static/images/register/ErrorInfo.svg"/>
|
||||
<img v-if="error" src="../../../static/images/register/ErrorInfo.svg" alt="Red error icon with explanation mark"/>
|
||||
<h3 v-if="!error" class="label-container__label">{{label}}</h3>
|
||||
<h3 v-if="!error" class="label-container__label add-label">{{additionalLabel}}</h3>
|
||||
<h3 class="label-container__error" v-if="error">{{error}}</h3>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<div class="input-wrap">
|
||||
<div class="label-container">
|
||||
<img v-if="error" src="@/../static/images/register/ErrorInfo.svg"/>
|
||||
<img v-if="error" src="@/../static/images/register/ErrorInfo.svg" alt="Red error icon with explanation mark"/>
|
||||
<h3 class="label-container__label" v-if="isLabelShown" :style="style.labelStyle">{{label}}</h3>
|
||||
<h3 class="label-container__error" v-if="error" :style="style.errorStyle">{{error}}</h3>
|
||||
</div>
|
||||
|
@ -22,5 +22,5 @@
|
||||
</svg>
|
||||
</a>
|
||||
<h1 class="error-container__title">404. Something Went Wrong</h1>
|
||||
<img src="../../../static/images/team/404.svg" alt="">
|
||||
<img src="../../../static/images/team/404.svg" alt="Illustration for 404 page">
|
||||
</div>
|
||||
|
@ -22,5 +22,5 @@
|
||||
</svg>
|
||||
</a>
|
||||
<h1 class="error-container__title">503 Unknown Error</h1>
|
||||
<img src="../../../static/images/team/50X.svg" alt="">
|
||||
<img src="../../../static/images/team/50X.svg" alt="Illustration for 50X pages">
|
||||
</div>
|
||||
|
@ -12,8 +12,8 @@
|
||||
</div>
|
||||
<h1 class="account-button-toggle-container__user-name">{{userName}}</h1>
|
||||
<div class="account-button-toggle-container__expander-area">
|
||||
<img v-if="!isDropdownShown" src="@/../static/images/register/BlueExpand.svg" alt="expand settings"/>
|
||||
<img v-if="isDropdownShown" src="@/../static/images/register/BlueHide.svg" alt="hide settings"/>
|
||||
<img v-if="!isDropdownShown" src="@/../static/images/register/BlueExpand.svg" alt="Arrow down (expand)"/>
|
||||
<img v-if="isDropdownShown" src="@/../static/images/register/BlueHide.svg" alt="Arrow up (hide)"/>
|
||||
</div>
|
||||
</div>
|
||||
<AccountDropdown v-if="isDropdownShown"/>
|
||||
|
@ -7,8 +7,8 @@
|
||||
<div class="project-selection-toggle-container" @click="toggleSelection" v-if="hasProjects">
|
||||
<h1 class="project-selection-toggle-container__name">{{name}}</h1>
|
||||
<div class="project-selection-toggle-container__expander-area">
|
||||
<img v-if="!isDropdownShown" src="@/../static/images/register/BlueExpand.svg" alt="expand project list"/>
|
||||
<img v-if="isDropdownShown" src="@/../static/images/register/BlueHide.svg" alt="hide project list"/>
|
||||
<img v-if="!isDropdownShown" src="@/../static/images/register/BlueExpand.svg" alt="Arrow down (expand)"/>
|
||||
<img v-if="isDropdownShown" src="@/../static/images/register/BlueHide.svg" alt="Arrow up (hide)"/>
|
||||
</div>
|
||||
</div>
|
||||
<ProjectSelectionDropdown v-if="isDropdownShown"/>
|
||||
|
@ -20,7 +20,7 @@
|
||||
<path d="M34.2528 13.2999C33.8543 13.2999 33.5555 12.8333 33.6053 12.2111C33.6053 11.5888 33.9041 11.2 34.3026 11.2C34.701 11.2 34.9999 11.6666 34.9999 12.2888C34.9501 12.8333 34.6014 13.2999 34.2528 13.2999Z" fill="#2683FF"/>
|
||||
</svg>
|
||||
</div>
|
||||
<img v-if="props.logoPath" :src="props.logoPath" alt="card-logo" class="chosen-card-container__logo">
|
||||
<img v-if="props.logoPath" :src="props.logoPath" alt="Specific card logo" class="chosen-card-container__logo">
|
||||
<div class="chosen-card-container__credentials">
|
||||
<p class="chosen-card-container__credentials__number">xxxx<span>{{props.lastDigits}}</span></p>
|
||||
<p class="chosen-card-container__credentials__name">{{props.fullName}}</p>
|
||||
|
@ -49,7 +49,7 @@
|
||||
<div>
|
||||
<p class="text" v-if="!nameError">To confirm, enter the project name</p>
|
||||
<div v-if="nameError" class="delete-project-popup__form-container__label">
|
||||
<img src="../../../static/images/register/ErrorInfo.svg"/>
|
||||
<img src="../../../static/images/register/ErrorInfo.svg" alt="Red error icon with explanation mark"/>
|
||||
<p class="text">{{nameError}}</p>
|
||||
</div>
|
||||
<input
|
||||
|
@ -6,7 +6,7 @@
|
||||
<div class="new-project-popup" id="newProjectPopup" >
|
||||
<div class="new-project-popup__info-panel-container">
|
||||
<h2 class="new-project-popup__info-panel-container__main-label-text">Create a Project</h2>
|
||||
<img src="@/../static/images/dashboard/CreateNewProject.png" alt="create project image">
|
||||
<img src="@/../static/images/dashboard/CreateNewProject.png" alt="Create project illustration">
|
||||
</div>
|
||||
<div class="new-project-popup__form-container">
|
||||
<HeaderedInput
|
||||
|
@ -12,7 +12,7 @@
|
||||
<div class='add-user__form-container'>
|
||||
<p class='add-user__form-container__common-label' v-if="!formError">Email Address</p>
|
||||
<div v-if="formError" class="add-user__form-container__label">
|
||||
<img src="../../../static/images/register/ErrorInfo.svg"/>
|
||||
<img src="../../../static/images/register/ErrorInfo.svg" alt="Red error icon"/>
|
||||
<p class="add-user__form-container__label__error">{{formError}}</p>
|
||||
</div>
|
||||
<div class="add-user__form-container__inputs-group" :class="{ 'scrollable': isInputsGroupScrollable }">
|
||||
|
@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<div class="dashboard-container">
|
||||
<div v-if="isLoading" class="loading-overlay active">
|
||||
<img class="loading-image" src="@/../static/images/register/Loading.gif">
|
||||
<img class="loading-image" src="@/../static/images/register/Loading.gif" alt="Company logo loading gif">
|
||||
</div>
|
||||
<div v-if="!isLoading" class="dashboard-container__wrap">
|
||||
<NavigationArea class="regular-navigation"/>
|
||||
|
@ -3,12 +3,12 @@
|
||||
|
||||
<div class="forgot-password-container">
|
||||
<div :class="loadingClassName">
|
||||
<img class="loading-image" src="@/../static/images/register/Loading.gif">
|
||||
<img class="loading-image" src="@/../static/images/register/Loading.gif" alt="Loading image gif">
|
||||
</div>
|
||||
<img class="image" src="@/../static/images/AuthImage.svg" alt="">
|
||||
<img class="image" src="@/../static/images/AuthImage.svg" alt="Authentication image">
|
||||
<div class="forgot-password-container__wrapper">
|
||||
<div class="forgot-password-container__header">
|
||||
<img @click="onLogoClick" class="forgot-password-container__logo" src="@/../static/images/Logo.svg" alt="logo">
|
||||
<img @click="onLogoClick" class="forgot-password-container__logo" src="@/../static/images/Logo.svg" alt="Company logo">
|
||||
<div class="forgot-password-container__login-button" @click="onBackToLoginClick">
|
||||
<p class="forgot-password-container__login-button__label">Back to Login</p>
|
||||
</div>
|
||||
|
@ -3,11 +3,11 @@
|
||||
|
||||
<div class="login-container" @keyup.enter="onLogin">
|
||||
<div :class="loadingClassName"></div>
|
||||
<img :class="loadingLogoClassName" src="@/../static/images/LogoWhite.svg" alt="loading-logo">
|
||||
<img class="image" src="@/../static/images/AuthImage.svg" alt="" >
|
||||
<img :class="loadingLogoClassName" src="@/../static/images/LogoWhite.svg" alt="White company logo">
|
||||
<img class="image" src="@/../static/images/AuthImage.svg" alt="Authentication illustration">
|
||||
<div class="login-container__wrapper">
|
||||
<div class="login-container__header">
|
||||
<img class="login-container__logo" src="@/../static/images/Logo.svg" alt="logo" @click="onLogoClick">
|
||||
<img class="login-container__logo" src="@/../static/images/Logo.svg" alt="Company logo" @click="onLogoClick">
|
||||
<div class="login-container__register-button" @click.prevent="onSignUpClick">
|
||||
<p class="login-container__register-button__label">Create Account</p>
|
||||
</div>
|
||||
|
@ -3,12 +3,12 @@
|
||||
|
||||
<div class="register-container" @keyup.enter="onCreateClick">
|
||||
<div :class="loadingClassName">
|
||||
<img class="loading-image" src="@/../static/images/register/Loading.gif">
|
||||
<img class="loading-image" src="@/../static/images/register/Loading.gif" alt="Company logo loading gif">
|
||||
</div>
|
||||
<img class="image" src="@/../static/images/AuthImage.svg" alt="" >
|
||||
<img class="image" src="@/../static/images/AuthImage.svg" alt="Authentication illustration">
|
||||
<div class="register-container__wrapper">
|
||||
<div class="register-container__header">
|
||||
<img class="register-container__logo" src="@/../static/images/Logo.svg" alt="logo" @click="onLogoClick">
|
||||
<img class="register-container__logo" src="@/../static/images/Logo.svg" alt="Company logo" @click="onLogoClick">
|
||||
<div class="register-container__register-button" @click.prevent="onLoginClick">
|
||||
<p class="register-container__register-button__label">Login</p>
|
||||
</div>
|
||||
|
@ -32,7 +32,7 @@
|
||||
</svg>
|
||||
</a>
|
||||
<h1>404. Something Went Wrong</h1>
|
||||
<img src="/static/static/images/team/404.svg" alt="qwe">
|
||||
<img src="/static/static/images/team/404.svg" alt="Illustration for 404 page">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -16,10 +16,10 @@
|
||||
|
||||
<form method="POST">
|
||||
<div class="reset-password-container">
|
||||
<img class="image" src="/static/static/images/AuthImage.svg" alt="">
|
||||
<img class="image" src="/static/static/images/AuthImage.svg" alt="Authentication illustration">
|
||||
<div class="reset-password-container__wrapper">
|
||||
<div class="reset-password-container__header">
|
||||
<img class="reset-password-container__logo" src="/static/static/images/Logo.svg" alt="logo">
|
||||
<img class="reset-password-container__logo" src="/static/static/images/Logo.svg" alt="Company logo">
|
||||
<a href="/login">
|
||||
<div class="reset-password-container__login-button">
|
||||
<p>Back to Login</p>
|
||||
|
@ -15,7 +15,7 @@ exports[`HeaderedInput.vue renders correctly with default props 1`] = `
|
||||
|
||||
exports[`HeaderedInput.vue renders correctly with input error 1`] = `
|
||||
<div class="input-container">
|
||||
<div class="label-container"><img src="../../../static/images/register/ErrorInfo.svg">
|
||||
<div class="label-container"><img src="../../../static/images/register/ErrorInfo.svg" alt="Red error icon with explanation mark">
|
||||
<!---->
|
||||
<!---->
|
||||
<h3 class="label-container__error">testError</h3>
|
||||
|
@ -17,7 +17,7 @@ exports[`Dashboard renders correctly when data is loaded 1`] = `
|
||||
|
||||
exports[`Dashboard renders correctly when data is loading 1`] = `
|
||||
<div class="dashboard-container">
|
||||
<div class="loading-overlay active"><img src="@/../static/images/register/Loading.gif" class="loading-image"></div>
|
||||
<div class="loading-overlay active"><img src="@/../static/images/register/Loading.gif" alt="Company logo loading gif" class="loading-image"></div>
|
||||
<!---->
|
||||
</div>
|
||||
`;
|
||||
|
@ -11,7 +11,7 @@
|
||||
is-custom-position="true"
|
||||
>
|
||||
<div>
|
||||
<svg class="checks-area-image" width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg" alt="info image">
|
||||
<svg class="checks-area-image" width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg" alt="Blue info icon with question mark">
|
||||
<rect class="checks-area-svg-rect" width="18" height="18" rx="9" fill="#5A667C"/>
|
||||
<path d="M8.99928 8.00325C8.44956 8.00325 7.99979 8.48247 7.99979 9.06819L7.99979 13.3351C7.99979 13.3883 8.00312 13.4451 8.00978 13.4984C8.08308 14.006 8.49953 14.4 8.99928 14.4C9.54901 14.4 9.99878 13.9208 9.99878 13.3351L9.99878 9.07174C9.99878 8.48247 9.54901 8.00325 8.99928 8.00325Z" fill="white"/>
|
||||
<path d="M8.99988 6.96423C9.77415 6.96423 10.3992 6.33921 10.3992 5.56494C10.3992 4.79066 9.77415 4.16564 8.99988 4.16564C8.22561 4.16564 7.60059 4.79066 7.60059 5.56494C7.59748 6.33921 8.2225 6.96423 8.99988 6.96423Z" fill="white"/>
|
||||
|
@ -5,13 +5,13 @@
|
||||
<div class="info-area">
|
||||
<SatelliteSelection/>
|
||||
<div v-if="isDisqualifiedInfoShown" class="info-area__disqualified-info">
|
||||
<svg class="info-area__disqualified-info__image" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" alt="disqualified image">
|
||||
<svg class="info-area__disqualified-info__image" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" alt="Disqualified image">
|
||||
<path d="M37.0279 30.9608C36.5357 30.0515 36.0404 29.1405 35.5467 28.2265C34.6279 26.5312 33.7108 24.8358 32.7936 23.1405C31.692 21.1092 30.5936 19.0749 29.4936 17.0437C28.4311 15.0828 27.3717 13.1249 26.3092 11.1657C25.528 9.72504 24.7498 8.28289 23.9686 6.84088C23.7576 6.45026 23.5467 6.05964 23.3358 5.67212C23.117 5.26588 22.8858 4.87525 22.5545 4.54401C21.3983 3.37993 19.4795 3.15648 18.0889 4.0362C17.492 4.41433 17.0608 4.95028 16.7296 5.56432C16.2218 6.50184 15.7139 7.43933 15.2061 8.37996C14.2811 10.0909 13.3546 11.8018 12.4296 13.5128C11.3155 15.555 10.2108 17.602 9.10144 19.6488C8.05144 21.5894 6.99988 23.5269 5.94832 25.4692C5.17956 26.891 4.40924 28.3098 3.63896 29.7316C3.43584 30.1066 3.23272 30.4816 3.0296 30.8566C2.74523 31.3847 2.5218 31.919 2.45148 32.5284C2.25305 34.2503 3.45928 35.9472 5.12648 36.3691C5.56712 36.4816 6.00148 36.4863 6.44681 36.4863H33.9468H33.9906C34.8968 36.4675 35.7562 36.1269 36.4202 35.5097C37.0609 34.916 37.4359 34.1035 37.5421 33.2441C37.6437 32.4347 37.4093 31.6691 37.028 30.9613L37.0279 30.9608ZM18.4371 13.9528C18.4371 13.0778 19.1528 12.4294 19.9996 12.3904C20.8434 12.3513 21.5621 13.1372 21.5621 13.9528V24.956C21.5621 25.831 20.8464 26.4795 19.9996 26.5185C19.1558 26.5576 18.4371 25.7716 18.4371 24.956V13.9528ZM19.9996 31.8404C19.1215 31.8404 18.409 31.1295 18.409 30.2498C18.409 29.3717 19.1199 28.6592 19.9996 28.6592C20.8777 28.6592 21.5902 29.3701 21.5902 30.2498C21.5902 31.1279 20.8778 31.8404 19.9996 31.8404Z" fill="#F4D638"/>
|
||||
</svg>
|
||||
<p class="info-area__disqualified-info__info">Your node has been paused on <b>{{getDisqualificationDate}}</b>. If you have any questions regarding this please contact our <a href="https://support.storj.io/hc/en-us/requests/new">support</a>.</p>
|
||||
</div>
|
||||
<div v-else-if="doDisqualifiedSatellitesExist" class="info-area__disqualified-info">
|
||||
<svg class="info-area__disqualified-info__image" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" alt="disqualified image">
|
||||
<svg class="info-area__disqualified-info__image" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" alt="Disqualified image">
|
||||
<path d="M37.0279 30.9608C36.5357 30.0515 36.0404 29.1405 35.5467 28.2265C34.6279 26.5312 33.7108 24.8358 32.7936 23.1405C31.692 21.1092 30.5936 19.0749 29.4936 17.0437C28.4311 15.0828 27.3717 13.1249 26.3092 11.1657C25.528 9.72504 24.7498 8.28289 23.9686 6.84088C23.7576 6.45026 23.5467 6.05964 23.3358 5.67212C23.117 5.26588 22.8858 4.87525 22.5545 4.54401C21.3983 3.37993 19.4795 3.15648 18.0889 4.0362C17.492 4.41433 17.0608 4.95028 16.7296 5.56432C16.2218 6.50184 15.7139 7.43933 15.2061 8.37996C14.2811 10.0909 13.3546 11.8018 12.4296 13.5128C11.3155 15.555 10.2108 17.602 9.10144 19.6488C8.05144 21.5894 6.99988 23.5269 5.94832 25.4692C5.17956 26.891 4.40924 28.3098 3.63896 29.7316C3.43584 30.1066 3.23272 30.4816 3.0296 30.8566C2.74523 31.3847 2.5218 31.919 2.45148 32.5284C2.25305 34.2503 3.45928 35.9472 5.12648 36.3691C5.56712 36.4816 6.00148 36.4863 6.44681 36.4863H33.9468H33.9906C34.8968 36.4675 35.7562 36.1269 36.4202 35.5097C37.0609 34.916 37.4359 34.1035 37.5421 33.2441C37.6437 32.4347 37.4093 31.6691 37.028 30.9613L37.0279 30.9608ZM18.4371 13.9528C18.4371 13.0778 19.1528 12.4294 19.9996 12.3904C20.8434 12.3513 21.5621 13.1372 21.5621 13.9528V24.956C21.5621 25.831 20.8464 26.4795 19.9996 26.5185C19.1558 26.5576 18.4371 25.7716 18.4371 24.956V13.9528ZM19.9996 31.8404C19.1215 31.8404 18.409 31.1295 18.409 30.2498C18.409 29.3717 19.1199 28.6592 19.9996 28.6592C20.8777 28.6592 21.5902 29.3701 21.5902 30.2498C21.5902 31.1279 20.8778 31.8404 19.9996 31.8404Z" fill="#F4D638"/>
|
||||
</svg>
|
||||
<p class="info-area__disqualified-info__info">Your node has been paused on<span v-for="disqualified in disqualifiedSatellites"><b> {{disqualified.id}}</b></span>. If you have any questions regarding this please contact our <a href="https://support.storj.io/hc/en-us/requests/new">support</a>.</p>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<div class="satellite-selection-toggle-container" v-if="satellites" @click="toggleDropDown">
|
||||
<p><b class="satellite-selection-toggle-container__bold-text">Choose your satellite: </b>{{selectedSatellite ? selectedSatellite : 'All satellites'}}</p>
|
||||
<svg class="satellite-selection-toggle-container__image" width="8" height="4" viewBox="0 0 8 4" fill="none" xmlns="http://www.w3.org/2000/svg" alt="arrow image">
|
||||
<svg class="satellite-selection-toggle-container__image" width="8" height="4" viewBox="0 0 8 4" fill="none" xmlns="http://www.w3.org/2000/svg" alt="Arrow down">
|
||||
<path d="M3.33657 3.73107C3.70296 4.09114 4.29941 4.08814 4.66237 3.73107L7.79796 0.650836C8.16435 0.291517 8.01864 0 7.47247 0L0.526407 0C-0.0197628 0 -0.16292 0.294525 0.200917 0.650836L3.33657 3.73107Z" fill="#535F77"/>
|
||||
</svg>
|
||||
<SatelliteSelectionDropdown v-if="isPopupShown"/>
|
||||
|
Loading…
Reference in New Issue
Block a user