fix: remove remainder of Hubl

This commit is contained in:
Jean-Baptiste Pasquier
2021-06-15 14:04:30 +02:00
parent 56b153cec0
commit b2bc7965db
7 changed files with 8 additions and 65 deletions

View File

@ -16,7 +16,7 @@ if ('serviceWorker' in navigator) {
backdrop: false,
title: "",
text: orbit.intl.t('serviceWorker.newUpdate') + ". " + orbit.intl.t('serviceWorker.wantToUpdate'),
imageUrl: orbit.client.logo || 'https://cdn.startinblox.com/logos/webp/hubl.webp',
imageUrl: orbit.client.logo || 'https://cdn.startinblox.com/logos/webp/startinblox.webp',
imageAlt: orbit.client.name,
showCancelButton: true,
confirmButtonClass: 'button text-xsmall text-bold text-center reversed color-secondary bordered icon icon-check icon-margin-right-xsmall no-background-image',