Skip to content

Commit

Permalink
Now the funny part
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan committed May 30, 2023
1 parent b713bbb commit e6556ec
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,13 +1,5 @@
<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 @@ -17,6 +9,14 @@
<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 e6556ec

Please sign in to comment.