From 24a65014b9befdafbb323fee7a562e4b61d34204 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Thu, 18 Jan 2024 20:00:11 +0000 Subject: [PATCH] fix broken proflie icons --- apps/authentication/fixtures/defaultuser.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/authentication/fixtures/defaultuser.json b/apps/authentication/fixtures/defaultuser.json index 4a5cdd3..02e0d88 100644 --- a/apps/authentication/fixtures/defaultuser.json +++ b/apps/authentication/fixtures/defaultuser.json @@ -385,7 +385,7 @@ "fields": { "password": "pbkdf2_sha256$260000$h4zLYmIeMQgJ0ko41i6dxo$Gwe0TV75ibdJTtqdTOOs5ucOEhA9DUM/bwxjagVhKKg=", "last_login": "2024-01-13T19:58:12Z", - "icon": "../static/assets/images/defaultuser.webp", + "icon": "../static/images/defaultuser.webp", "email": "ricky.simmmons@example.com", "forename": "Ricky", "surname": "Simmmons", @@ -545,7 +545,7 @@ "fields": { "password": "pbkdf2_sha256$260000$h4zLYmIeMQgJ0ko41i6dxo$Gwe0TV75ibdJTtqdTOOs5ucOEhA9DUM/bwxjagVhKKg=", "last_login": null, - "icon": "../static/assets/images/defaultuser.webp", + "icon": "../static/images/defaultuser.webp", "email": "dora.hudson@example.com", "forename": "Dora", "surname": "Hudson",