Commit de420f3b authored by Sunjung Park's avatar Sunjung Park Committed by Peter Hegman

Change `Create commit` button variant to confirm

Changelog: fixed
parent d388c087
...@@ -61,7 +61,7 @@ export default { ...@@ -61,7 +61,7 @@ export default {
</gl-sprintf> </gl-sprintf>
</div> </div>
<div class="text-center"> <div class="text-center">
<gl-button :href="getNoteableData.new_blob_path" variant="success" category="primary">{{ <gl-button :href="getNoteableData.new_blob_path" variant="confirm" category="primary">{{
__('Create commit') __('Create commit')
}}</gl-button> }}</gl-button>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment