From da8ef723b674f4da9fa5f263aef6ba78d69aa507 Mon Sep 17 00:00:00 2001 From: TheNeedful-DO Date: Wed, 8 Nov 2023 06:29:31 +0000 Subject: [PATCH] Style profile headline --- app/views/profiles/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/profiles/show.html.haml b/app/views/profiles/show.html.haml index 38199398..04b88ca3 100644 --- a/app/views/profiles/show.html.haml +++ b/app/views/profiles/show.html.haml @@ -2,7 +2,7 @@ .contain = link_to 'Edit', edit_profile_path(@profile) -%p +%h1 = @profile.name %p = @profile.summary