Skip to content

Commit

Permalink
try fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan committed May 30, 2023
1 parent 07b655b commit 60043c4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/web-pkg/src/components/AppTopBar.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<template>
<div class="oc-flex oc-p-s app-top-bar">
<oc-button
id="app-top-bar-close"
:aria-label="$gettext('Close')"
size="small"
@click="$emit('close')"
>
<oc-icon name="close" size="small" />
</oc-button>
<oc-resource
v-if="resource"
id="app-top-bar-resource"
Expand All @@ -9,14 +17,6 @@
<div v-else />
<div>
<slot name="right" />
<oc-button
id="app-top-bar-close"
:aria-label="$gettext('Close')"
size="small"
@click="$emit('close')"
>
<oc-icon name="close" size="small" />
</oc-button>
</div>
</div>
</template>
Expand Down

0 comments on commit 60043c4

Please sign in to comment.