fixed buttons placement

This commit is contained in:
Fedor Katurov 2022-11-03 20:46:37 +06:00
parent 025d3b9448
commit 949164f6a2

View file

@ -21,15 +21,15 @@
<div :class="$style.buttons"> <div :class="$style.buttons">
<UiActionButton :href="source" variant="outline" _target="blank"> <UiActionButton :href="source" variant="outline" _target="blank">
View Code Source Code
<template v-slot:prefix> <template v-slot:suffix>
<IconsCode width="22" height="22" fill="currentColor" /> <IconsCode width="22" height="22" fill="currentColor" />
</template> </template>
</UiActionButton> </UiActionButton>
<UiActionButton :href="url" variant="primary" _target="blank"> <UiActionButton :href="url" variant="outline" _target="blank">
Visit Page Visit
<template v-slot:suffix> <template v-slot:suffix>
<IconsArrowRight width="22" height="22" fill="currentColor" /> <IconsArrowRight width="22" height="22" fill="currentColor" />
</template> </template>