Skip to content
Snippets Groups Projects

Update dependency @gitlab/ui to v110

1 unresolved thread
Compare and Show latest version
7 files
+ 852
908
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 4
6
<script>
import { GlNavbar, GlLink } from '@gitlab/ui';
import { GlLink } from '@gitlab/ui';
import GlLogo from './logo.vue';
export default {
@@ -7,16 +7,14 @@ export default {
components: {
GlLink,
GlLogo,
GlNavbar,
},
};
</script>
<template>
<header>
<gl-navbar
fixed
class="header gl-h-8 gl-z-index-2 gl-display-flex gl-justify-content-space-between gl-fixed gl-bg-theme-indigo-900 gl-px-5 gl-mb-0 gl-border-b-solid gl-border-b-1 gl-border-gray-200 gl-top-0 gl-left-0 gl-right-0"
<nav
class="header navbar gl-h-8 gl-z-index-2 gl-display-flex gl-justify-content-space-between gl-fixed gl-bg-theme-indigo-900 gl-px-5 gl-mb-0 gl-border-b-solid gl-border-b-1 gl-border-gray-200 gl-top-0 gl-left-0 gl-right-0"
data-qa-selector="navbar"
>
<gl-logo />
@@ -28,6 +26,6 @@ export default {
Contact support
</gl-link>
</div>
</gl-navbar>
</nav>
</header>
</template>
Loading