We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5189b1e commit 4a35f06Copy full SHA for 4a35f06
src/components/AreaMerchantHighlights.svelte
@@ -45,7 +45,9 @@
45
{/each}
46
</div>
47
{:else}
48
- <p class="text-left text-primary dark:text-white">No boosted merchants in this area.</p>
+ <p class="text-center text-primary dark:text-white sm:text-left">
49
+ No boosted merchants in this area.
50
+ </p>
51
{/if}
52
53
@@ -74,7 +76,7 @@
74
76
75
77
78
- <p class="text-left text-primary dark:text-white">
79
80
No latest added in this area. You can <a
81
href="/add-location"
82
class="text-link transition-colors hover:text-hover">add a new merchant</a
0 commit comments