diff --git a/app/components/section_component/section_component.html.erb b/app/components/section_component/section_component.html.erb index 3b1df632..4a78f033 100644 --- a/app/components/section_component/section_component.html.erb +++ b/app/components/section_component/section_component.html.erb @@ -1,9 +1,9 @@ -
-

<%= @title %>

- - <%= content %> - -
- <%= text_link_to @link_text, @link_path %> +
+
+

<%= @title %>

+ <%= link_to @link_text, @link_path, class: 'text-red-400 hover:underline' %> +
+
+ <%= content %>