From 04e359a536713675860a3a158fc5f2d66597f4fb Mon Sep 17 00:00:00 2001 From: Kataev Denis Date: Tue, 13 Sep 2022 14:59:08 +0400 Subject: [PATCH] =?UTF-8?q?dev=20#12401=20=D1=84=D0=B8=D0=BA=D1=81=20?= =?UTF-8?q?=D0=B1=D0=B0=D0=B3=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/pages/account/auth/auth.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pages/account/auth/auth.component.scss b/src/app/pages/account/auth/auth.component.scss index aaa5de5..f3728f9 100644 --- a/src/app/pages/account/auth/auth.component.scss +++ b/src/app/pages/account/auth/auth.component.scss @@ -91,6 +91,6 @@ .decoration-pattern { width: 100%; height: 34px; - background: url("./assets/card-decorative-pattern.png") repeat-x; + background: url("/assets/card-decorative-pattern.png") repeat-x; } }