Skip to content

Commit

Permalink
button on page2 should not have an arrowright
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Oct 12, 2023
1 parent 1ef3c4e commit 5c5e20e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/Page2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,20 @@
alignment="center-reverse"
:wide="true"
@click="$emit('close')">
<template #icon>
<ArrowRight :size="20" />
</template>
{{ t('firstrunwizard', 'Get started!') }}
</NcButton>
</div>
</template>

<script>
import Card from './Card.vue'
import ArrowRight from 'vue-material-design-icons/ArrowRight.vue'
import { NcButton } from '@nextcloud/vue'
export default {
name: 'Page2',
components: {
NcButton,
ArrowRight,
Card,
},
}
Expand Down

0 comments on commit 5c5e20e

Please sign in to comment.