diff --git a/src/templates/src/user_profile.html b/src/templates/src/user_profile.html index e83c885..b5d4a99 100644 --- a/src/templates/src/user_profile.html +++ b/src/templates/src/user_profile.html @@ -24,18 +24,6 @@ .admin .cover { background: repeating-linear-gradient( -45deg, #ff6c00, #ff6c00 12px, #000000 5px, #000000 25px ); } - - .button { - background-color: #7e3834; - color: white; - text-align: start; - font-size: 18px; - padding: 15px 26px; - display: inline-block; - cursor: pointer; - } - - } {{ end }} @@ -147,7 +135,7 @@ {{ end }} {{ if .OwnProfile }} {{ if .CanAddProject }} - <Add New Project> + Add New Project {{ else }} You have reached the maximum number of personal projects. {{ end }}