From 12d2fab1b8091bb24f71a441298e61a972983dda Mon Sep 17 00:00:00 2001 From: giggs Date: Tue, 26 Jul 2022 15:03:35 +0000 Subject: [PATCH] New project link changed to a bigger button (#73) Changed the New project link in user profile into a bigger button ![preview](https://i.imgur.com/JHb9hyK.png) Reviewed-on: https://git.handmade.network/hmn/hmn/pulls/73 Co-authored-by: giggs Co-committed-by: giggs --- src/templates/src/user_profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/src/user_profile.html b/src/templates/src/user_profile.html index adffc7d..f779a4e 100644 --- a/src/templates/src/user_profile.html +++ b/src/templates/src/user_profile.html @@ -135,7 +135,7 @@ {{ end }} {{ if .OwnProfile }} {{ if .CanAddProject }} - + New Project + Add New Project {{ else }} You have reached the maximum number of personal projects. {{ end }}