mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-24 18:36:41 +07:00
fixed buttons placement
This commit is contained in:
parent
025d3b9448
commit
949164f6a2
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue