Skip to content

Commit

Permalink
update key
Browse files Browse the repository at this point in the history
  • Loading branch information
yujonglee committed Aug 21, 2024
1 parent ced1c82 commit b047bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions js/apps/docs/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ onMounted(() => {
<template>
<div class="flex justify-center items-center" v-if="loaded">
<canary-styles framework="vitepress">
<canary-feedback-page
endpoint="https://cloud.getcanary.dev"
key="pk_3nU5ydAaTWcoqbsuUNYoyqHa"
></canary-feedback-page>
<canary-feedback-page key="pk_3nU5ydAaTWcoqbsuUNYoyqHa"></canary-feedback-page>
</canary-styles>
</div>
</template>
2 changes: 1 addition & 1 deletion js/packages/web/src/components/canary-feedback.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
parameters: { sourceLink: "components/canary-feedback.stories.ts" },
render: ({ type }: any) => {
if (type === "page") {
return html` <canary-feedback-page></canary-feedback-page> `;
return html` <canary-feedback-page key="123"></canary-feedback-page> `;
}

if (type === "modal") {
Expand Down

0 comments on commit b047bd2

Please sign in to comment.