mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
20 lines
709 B
Plaintext
20 lines
709 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`CtaJoinLeaveGroup.vue mount renders 1`] = `
|
|
<div class="ds-space ds-space-centered" style="margin-top: 2px; margin-bottom: 2px;">
|
|
<div class="ds-space" style="margin-bottom: 16px;"></div>
|
|
<h4 class="ds-heading ds-heading-h4">
|
|
contribution.comment.commenting-disabled.no-group-member.reason
|
|
<a>
|
|
Group 123
|
|
</a>
|
|
</h4>
|
|
<p class="ds-text">
|
|
contribution.comment.commenting-disabled.no-group-member.call-to-action
|
|
</p> <button type="button" class="join-leave-button base-button --filled has-tooltip" data-original-title="null"><span class="base-icon"><!----></span>
|
|
<!---->
|
|
group.joinLeaveButton.join
|
|
</button>
|
|
</div>
|
|
`;
|