From cdf3960d3d4b7274a6acfb67394162a285db5c69 Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:06:25 +0100 Subject: [PATCH] TEST --- app/views/home/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 6995c28e5..2c4552141 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -2,7 +2,7 @@
- <%= "Welcome back, #{@current_user.name}" %> + <%= "Welcome back test, #{@current_user.name}" %>

<%= @homepage_presenter.title_text_for_user %>