From 100699eac229525a0a41456a1e5c6ccf63c5d8f2 Mon Sep 17 00:00:00 2001 From: Paul Isaris Date: Tue, 17 Dec 2024 13:42:23 +0200 Subject: [PATCH] Improved the cta button --- .../partials/questionnaire.blade.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/resources/views/crowdsourcing-project/partials/questionnaire.blade.php b/resources/views/crowdsourcing-project/partials/questionnaire.blade.php index 4006047d..c31adf85 100644 --- a/resources/views/crowdsourcing-project/partials/questionnaire.blade.php +++ b/resources/views/crowdsourcing-project/partials/questionnaire.blade.php @@ -61,10 +61,13 @@ class="btn btn-primary w-100 respond-questionnaire call-to-action"> @endif @elseif($viewModel->projectHasPublishedProblems) - - {{__("project-problems.project_landing_page_problems_action_button")}} +
+

{{ __('my-dashboard.see_the_problems_cta') }}

+ + {{__("project-problems.project_landing_page_problems_action_button")}} +
@else