1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

migrate the mt-3 (#15307)

This commit is contained in:
cyprain-okeke
2025-06-23 15:50:27 +01:00
committed by GitHub
parent 9610272c00
commit f87e519b37

View File

@@ -93,7 +93,7 @@
} @else if (!loading()) {
<div class="tw-my-5 tw-py-5 tw-flex tw-flex-col tw-items-center">
<img class="tw-w-32" src="./../../../images/search.svg" alt="Search" />
<h4 class="mt-3" bitTypography="h4">{{ "noSponsoredFamiliesMessage" | i18n }}</h4>
<h4 class="tw-mt-3" bitTypography="h4">{{ "noSponsoredFamiliesMessage" | i18n }}</h4>
<p bitTypography="body2">{{ "nosponsoredFamiliesDetails" | i18n }}</p>
</div>
}