From c2a7d890884569c2e916898c5c18f461240bd962 Mon Sep 17 00:00:00 2001 From: Shaun Collins Date: Wed, 29 Apr 2026 16:13:29 +0100 Subject: [PATCH] Changed the address --- config/site.php | 2 +- resources/js/app.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/site.php b/config/site.php index f007261..ee5c472 100644 --- a/config/site.php +++ b/config/site.php @@ -9,7 +9,7 @@ return [ 'show_trial' => env('ACE_SHOW_TRIAL', false), 'logo' => '/images/logo.jpg', 'name' => 'StuMovesYou', - 'address' => '2 Broome place, Shrewsbury SY1 2DS', + 'address' => 'Castle Business Park, Unit 6, Castle Foregate, SY1 2EG, England', 'map_key' => env('ACE_MAP_KEY'), 'est' => 2026, 'start_date' => Carbon::parse('2026-01-29'), diff --git a/resources/js/app.js b/resources/js/app.js index e59d6a0..9af0ba7 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -1 +1,2 @@ import './bootstrap'; +import '../css/app.css';