Skip to content

Commit

Permalink
Improved the cta button
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Dec 17, 2024
1 parent 72b493b commit 100699e
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,13 @@ class="btn btn-primary w-100 respond-questionnaire call-to-action">
</div>
@endif
@elseif($viewModel->projectHasPublishedProblems)
<a href="{{ route('project.problems-page', ['project_slug' => $viewModel->project->slug]) }}"
class="btn btn-primary call-to-action mx-auto">
{{__("project-problems.project_landing_page_problems_action_button")}} <i
class="fas fa-arrow-right"></i></a>
<div class="text-center content-container">
<h3 class="mb-5">{{ __('my-dashboard.see_the_problems_cta') }}</h3>
<a href="{{ route('project.problems-page', ['project_slug' => $viewModel->project->slug]) }}"
class="btn btn-primary call-to-action mx-auto">
{{__("project-problems.project_landing_page_problems_action_button")}} <i
class="fas fa-arrow-right"></i></a>
</div>
@else
<div class="text-center content-container">
<div>
Expand Down

0 comments on commit 100699e

Please sign in to comment.