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: #73
Co-authored-by: giggs <darkgiggsxx@gmail.com>
Co-committed-by: giggs <darkgiggsxx@gmail.com>
This commit is contained in:
giggs 2022-07-26 15:03:35 +00:00 committed by bvisness
parent 4b3e38ee02
commit 12d2fab1b8
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@
{{ end }}
{{ if .OwnProfile }}
{{ if .CanAddProject }}
<a href="{{ .NewProjectUrl }}">+ New Project</a>
<a href="{{ .NewProjectUrl }}" class="button pv2 ph3">Add New Project</a>
{{ else }}
<span class="c--dim i">You have reached the maximum number of personal projects.</span>
{{ end }}