From 4a62257d9e186368d682b1f30877c9b0b97d6491 Mon Sep 17 00:00:00 2001 From: Cliff Johnson Date: Tue, 10 Dec 2024 13:30:39 -0600 Subject: [PATCH] Update bckgnd img url for landing pg --- src/styles/components/landing.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components/landing.styl b/src/styles/components/landing.styl index 3a0e9cd2..3273e8ed 100644 --- a/src/styles/components/landing.styl +++ b/src/styles/components/landing.styl @@ -1,6 +1,6 @@ .landing align-items: center - background: url('../images/builder-landing.jpg') center center no-repeat + background: url('https://lab.zooniverse.org/src/images/builder-landing.jpg') center center no-repeat background-size: cover color: white display: flex