Commit bf6c4579 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch '219853-change-button' into 'master'

Remove GlDeprecatedButton button

Closes #219853

See merge request gitlab-org/gitlab!40156
parents 8b59867e d1995292
<script>
import { GlDeprecatedButton, GlLink, GlIcon } from '@gitlab/ui';
import { GlButton, GlLink, GlIcon } from '@gitlab/ui';
import PersistentUserCallout from '~/persistent_user_callout';
export default {
components: {
GlDeprecatedButton,
GlButton,
GlLink,
GlIcon,
},
......@@ -56,12 +56,9 @@ export default {
<gl-link :href="helpCanaryDeploymentsPath">{{ __('Read more') }}</gl-link>
</p>
<gl-deprecated-button
href="https://about.gitlab.com/sales/"
variant="outline-primary"
class="canary-deployment-callout-button"
>{{ __('Contact sales to upgrade') }}</gl-deprecated-button
>
<gl-button href="https://about.gitlab.com/sales/" category="secondary" variant="info">{{
__('Contact sales to upgrade')
}}</gl-button>
</div>
<div class="ml-auto pr-2 canary-deployment-callout-close js-close">
......
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