Commit d1995292 authored by Emily Ring's avatar Emily Ring

Change from gl-deprecated-button to gl-button

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