Files
mobilizon-frontend/tests/unit/specs/components/Home/__snapshots__/MobilizonPresentation.spec.ts.snap

24 lines
1.2 KiB
Plaintext

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`MobilizonPresentation > Show simple 1`] = `
"<div class="container mx-auto py-4 px-2">
<div class="grid grid-cols-1 md:grid-cols-3 gap-3">
<div>
<h3 class="dark:text-white text-3xl font-bold">A practical tool</h3>
<p class="dark:text-white">Mobilizon is a tool that helps you <b>find, create and organise events</b>.</p>
</div>
<div>
<h3 class="dark:text-white text-3xl font-bold">An ethical alternative</h3>
<p class="dark:text-white">Ethical alternative to Facebook events, groups and pages, Mobilizon is a <b>tool designed to serve you</b>. Period.</p>
</div>
<div>
<h3 class="dark:text-white text-3xl font-bold">A federated software</h3>
<p class="dark:text-white">Mobilizon is not a giant platform, but a <b>multitude of interconnected Mobilizon websites</b>.</p>
</div>
</div>
<div class="mt-4 text-center"><a class="o-btn o-btn--large o-btn--primary" role="button" data-oruga="button" href="https://mobilizon.org"><span class="o-btn__wrapper"><!----><span class="o-btn__label">Learn more about Mobilizon</span>
<!----></span>
</a></div>
</div>"
`;