Skip to content

Commit

Permalink
revert: feedback footer removal
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed Nov 4, 2024
1 parent c6ac231 commit c71377f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion packages/core/.storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ const preview: Preview = {
},
container: ({ children, context }: { children: any; context: any }) => (
<DocsContainer context={context}>
<Unstyled>{children}</Unstyled>
<Unstyled>
{children}
{<DocFooter feedbackFormLink="https://forms.monday.com/forms/213ebddcb0d423ae5b6178fb6e8f7b3d?r=use1" />}
</Unstyled>
</DocsContainer>
),
page: DocsPage,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,3 @@ Read our<Link href="https://github.com/mondaycom/vibe/blob/master/CONTRIBUTING.m
<Contributors />

<OtherContributorsList />

<DocFooter feedbackFormLink="https://forms.monday.com/forms/213ebddcb0d423ae5b6178fb6e8f7b3d?r=use1" />

0 comments on commit c71377f

Please sign in to comment.