Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yumata committed Oct 25, 2023
1 parent 2c3e360 commit 073dd4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -2378,7 +2378,7 @@

var html$p = "<div class=\"head-backward selector\">\n <div class=\"head-backward__button\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 492 492\" xml:space=\"preserve\">\n <path d=\"M198.608 246.104 382.664 62.04c5.068-5.056 7.856-11.816 7.856-19.024 0-7.212-2.788-13.968-7.856-19.032l-16.128-16.12C361.476 2.792 354.712 0 347.504 0s-13.964 2.792-19.028 7.864L109.328 227.008c-5.084 5.08-7.868 11.868-7.848 19.084-.02 7.248 2.76 14.028 7.848 19.112l218.944 218.932c5.064 5.072 11.82 7.864 19.032 7.864 7.208 0 13.964-2.792 19.032-7.864l16.124-16.12c10.492-10.492 10.492-27.572 0-38.06L198.608 246.104z\" fill=\"currentColor\"></path>\n </svg>\n </div>\n <div class=\"head-backward__title\">{title}</div>\n</div>";

var html$o = "<div class=\"account-add-device\">\n <img src=\"http://cub.red/img/qr/qr_device.svg\" class=\"account-add-device__qr\" />\n\n <div class=\"about\">\n #{account_code_where}\n </div>\n\n <div class=\"simple-button selector\">#{account_code_input}</div>\n</div>";
var html$o = "<div class=\"account-add-device\">\n <img src=\"https://cub.red/img/qr/qr_device.svg\" class=\"account-add-device__qr\" />\n\n <div class=\"about\">\n #{account_code_where}\n </div>\n\n <div class=\"simple-button selector\">#{account_code_input}</div>\n</div>";

var html$n = "<div class=\"feed-item layer--visible\">\n <div class=\"feed-item__head\">\n <div class=\"feed-item__icon\">\n <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M9 0L11.4308 6.56918L18 9L11.4308 11.4308L9 18L6.56918 11.4308L0 9L6.56918 6.56918L9 0Z\" fill=\"currentColor\"/>\n </svg>\n </div>\n <div class=\"feed-item__label\"></div>\n </div>\n\n <div class=\"feed-item__right\">\n <div class=\"feed-item__poster-box\">\n <img class=\"feed-item__poster-img\" />\n </div>\n </div>\n\n <div class=\"feed-item__body\">\n <div class=\"feed-item__title\"></div>\n <div class=\"feed-item__info\"></div>\n <div class=\"feed-item__descr\"></div>\n <div class=\"feed-item__tags\"></div>\n <div class=\"feed-item__buttons\"></div>\n </div>\n</div>";

Expand Down Expand Up @@ -12241,7 +12241,7 @@
_classCallCheck(this, Cub);

this.params = params;
this["default"] = 'http://' + object$2.cub_domain + '/img/background/default.mp4';
this["default"] = Utils$2.protocol() + object$2.cub_domain + '/img/background/default.mp4';
}

_createClass(Cub, [{
Expand Down

0 comments on commit 073dd4a

Please sign in to comment.