From c39507a2fb8e4b9a517fb3502d052c92b08721e8 Mon Sep 17 00:00:00 2001 From: Jason Raitz Date: Tue, 13 Jan 2026 14:41:07 -0500 Subject: [PATCH 1/2] DP-2239 updating footer image to ucb svg --- app/assets/images/ucb_library_logo_white.svg | 20 -------------------- app/views/layouts/_footer.html.erb | 2 +- public/404.html | 2 +- public/500.html | 2 +- 4 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 app/assets/images/ucb_library_logo_white.svg diff --git a/app/assets/images/ucb_library_logo_white.svg b/app/assets/images/ucb_library_logo_white.svg deleted file mode 100644 index b45f084..0000000 --- a/app/assets/images/ucb_library_logo_white.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index 494b98d..ed80820 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -24,6 +24,6 @@ diff --git a/public/404.html b/public/404.html index b8e5cf9..5fbb9bf 100644 --- a/public/404.html +++ b/public/404.html @@ -65,7 +65,7 @@

Record not found

src="/assets/icons/instagram.svg"/> diff --git a/public/500.html b/public/500.html index 94d7813..c907533 100644 --- a/public/500.html +++ b/public/500.html @@ -64,7 +64,7 @@

We're sorry, but something went wrong.

src="/assets/icons/instagram.svg"/> From 15b8118f1998651e297831a72905b42da5b1fdb8 Mon Sep 17 00:00:00 2001 From: Jason Raitz Date: Tue, 13 Jan 2026 14:44:06 -0500 Subject: [PATCH 2/2] forgot the image lol --- app/assets/images/logo-berkeley-white.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/assets/images/logo-berkeley-white.svg diff --git a/app/assets/images/logo-berkeley-white.svg b/app/assets/images/logo-berkeley-white.svg new file mode 100644 index 0000000..d06770e --- /dev/null +++ b/app/assets/images/logo-berkeley-white.svg @@ -0,0 +1 @@ + \ No newline at end of file