// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`profileAvatar.vue > renders 1`] = `<a class="view-profile rounded-full" data-testid="view-profile-link" href="/#/profile" title="Profile and preferences"><img alt="Avatar of John Doe" src="https://example.com/avatar.jpg" title="John Doe" class="object-cover rounded-full aspect-square bg-k-bg p-0.5 border border-solid border-k-fg-10 transition duration-200 ease-in-out hover:border-k-highlight active:scale-95" width="40"></a>`;
