From 9836aab757a76e73686fe2f4e80843f5d96b2426 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" 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