mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
19 lines
739 B
Plaintext
Executable File
19 lines
739 B
Plaintext
Executable File
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`CtaUnblockAuthor.vue shallowMount renders 1`] = `
|
|
<ds-space-stub marginbottom="large" margin="xxx-small" centered="true" tag="div">
|
|
<ds-space-stub marginbottom="small" tag="div"></ds-space-stub>
|
|
<ds-heading-stub tag="h4">
|
|
contribution.comment.commenting-disabled.blocked-author.reason
|
|
</ds-heading-stub>
|
|
<ds-text-stub tag="p">
|
|
contribution.comment.commenting-disabled.blocked-author.call-to-action
|
|
</ds-text-stub>
|
|
<nuxt-link to="[object Object]">
|
|
<base-button-stub filled="true" icon="arrow-right" size="regular" type="button">
|
|
contribution.comment.commenting-disabled.blocked-author.button-label
|
|
</base-button-stub>
|
|
</nuxt-link>
|
|
</ds-space-stub>
|
|
`;
|