diff --git a/app/components/account-wrapper/template.hbs b/app/components/account-wrapper/template.hbs index 282c1ec5f..470756b77 100644 --- a/app/components/account-wrapper/template.hbs +++ b/app/components/account-wrapper/template.hbs @@ -19,9 +19,9 @@
diff --git a/app/styles/_accounts.scss b/app/styles/_accounts.scss index 8a64e945e..d42bd008f 100644 --- a/app/styles/_accounts.scss +++ b/app/styles/_accounts.scss @@ -83,7 +83,7 @@ .account-promo { width: 55%; height: 100vh; - @include responsive-background-image('/assets/img/backgrounds/aram-photo.jpg', '/assets/img/backgrounds/aram-photo@2x.jpg'); + @include responsive-background-image('/assets/img/backgrounds/alanna.jpg', '/assets/img/backgrounds/alanna@2x.jpg'); background-color: $gray; background-repeat: no-repeat; background-position: left center; diff --git a/public/assets/img/backgrounds/alanna.jpg b/public/assets/img/backgrounds/alanna.jpg new file mode 100644 index 000000000..e37acf378 Binary files /dev/null and b/public/assets/img/backgrounds/alanna.jpg differ diff --git a/public/assets/img/backgrounds/alanna@2x.jpg b/public/assets/img/backgrounds/alanna@2x.jpg new file mode 100644 index 000000000..e771f5fd5 Binary files /dev/null and b/public/assets/img/backgrounds/alanna@2x.jpg differ diff --git a/public/assets/img/backgrounds/aram-photo.jpg b/public/assets/img/backgrounds/aram-photo.jpg deleted file mode 100644 index 6f10a043f..000000000 Binary files a/public/assets/img/backgrounds/aram-photo.jpg and /dev/null differ diff --git a/public/assets/img/backgrounds/aram-photo@2x.jpg b/public/assets/img/backgrounds/aram-photo@2x.jpg deleted file mode 100644 index 4f7736077..000000000 Binary files a/public/assets/img/backgrounds/aram-photo@2x.jpg and /dev/null differ