New project link changed to a bigger button #73

Merged
bvisness merged 3 commits from giggs/hmn:giggs-patch-1 into master 2022-07-26 15:03:36 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 59af5a8d6d - Show all commits

View File

@ -135,7 +135,7 @@
{{ end }}
{{ if .OwnProfile }}
{{ if .CanAddProject }}
<a href="{{ .NewProjectUrl }}" class="button pv2 ph3" style ="background-color: #7e3834; color:white;">Add New Project</a>
<a href="{{ .NewProjectUrl }}" class="button pv2 ph3">Add New Project</a>

Indent is weird, but not a huge deal. Let's remove the inline styles per my comment and ship this as is; we can try other styles like this in #74.

Indent is weird, but not a huge deal. Let's remove the inline styles per my comment and ship this as is; we can try other styles like this in #74.
Outdated
Review

Done, thanks!

Done, thanks!
{{ else }}
<span class="c--dim i">You have reached the maximum number of personal projects.</span>
{{ end }}