mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-02 23:55:28 +00:00
17 lines
624 B
Plaintext
17 lines
624 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`CtaUnblockAuthor.vue shallowMount renders 1`] = `
|
|
<div class="ds-my-xxx-small ds-space-centered">
|
|
<div class="ds-mb-small"></div>
|
|
<h4 class="ds-heading ds-heading-h4">
|
|
contribution.comment.commenting-disabled.blocked-author.reason
|
|
</h4>
|
|
<p class="ds-text">
|
|
contribution.comment.commenting-disabled.blocked-author.call-to-action
|
|
</p>
|
|
<os-button-stub as="nuxt-link" variant="primary" appearance="filled" size="md" type="button" to="[object Object]">
|
|
contribution.comment.commenting-disabled.blocked-author.button-label
|
|
</os-button-stub>
|
|
</div>
|
|
`;
|