Skip to content

Commit

Permalink
Fixed Button in the popover basic doc to be consistent in both the de…
Browse files Browse the repository at this point in the history
…mo and the code section.
  • Loading branch information
lukfd committed Aug 6, 2024
1 parent 6e55ee9 commit b8bb58f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/showcase/doc/popover/BasicDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default {
],
code: {
basic: `
<Button type="button" icon="pi pi-image" label="Image" @click="toggle" />
<Button type="button" icon="pi pi-share-alt" label="Share" @click="toggle" />
<Popover ref="op">
<div class="flex flex-col gap-4 w-[25rem]">
Expand Down Expand Up @@ -98,7 +98,7 @@ export default {
options: `
<template>
<div class="card flex justify-center">
<Button type="button" icon="pi pi-image" label="Image" @click="toggle" />
<Button type="button" icon="pi pi-share-alt" label="Share" @click="toggle" />
<Popover ref="op">
<div class="flex flex-col gap-4 w-[25rem]">
Expand Down Expand Up @@ -161,7 +161,7 @@ export default {
composition: `
<template>
<div class="card flex justify-center">
<Button type="button" icon="pi pi-image" label="Image" @click="toggle" />
<Button type="button" icon="pi pi-share-alt" label="Share" @click="toggle" />
<Popover ref="op">
<div class="flex flex-col gap-4 w-[25rem]">
Expand Down

0 comments on commit b8bb58f

Please sign in to comment.