Skip to content

Commit

Permalink
button link style
Browse files Browse the repository at this point in the history
  • Loading branch information
n00rsy committed Jul 31, 2024
1 parent 15d5903 commit d574ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/projects/update.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h3>{{_('Enable project syncing')}}</h3>
<div class="form-actions">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
<input type="hidden" name="password" value="" />
<button type="submit" class="btn btn-primary" value="Remove Project Password">{{_('Remove Project Password')}}</button>
<button type="submit" class="btn btn-link" value="Remove Project Password">{{_('Remove Project Password')}}</button>
</div>
</form>

Expand Down

0 comments on commit d574ebe

Please sign in to comment.