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">
|
||||
<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" />
|
||||
</template>
|
||||
</UiActionButton>
|
||||
|
||||
<UiActionButton :href="url" variant="primary" _target="blank">
|
||||
Visit Page
|
||||
<UiActionButton :href="url" variant="outline" _target="blank">
|
||||
Visit
|
||||
<template v-slot:suffix>
|
||||
<IconsArrowRight width="22" height="22" fill="currentColor" />
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue