Skip to content

Commit

Permalink
ref: drops title
Browse files Browse the repository at this point in the history
  • Loading branch information
hassnian committed Feb 14, 2024
1 parent 684e75b commit 5dc4cb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/drops/Drops.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<div
class="flex max-md:flex-col md:items-center justify-between mb-7 md:gap-8">
<h1 class="text-4xl font-semibold text-balance">
<p class="lg:inline">{{ $i18n.t('drops.title') }},</p>
<span class="block lg:inline mb-0 md:mr-3"
>{{ $i18n.t('drops.title') }},</span
>
<span class="inverse-text">{{ $i18n.t('drops.everyThursday') }}</span>
</h1>

Expand Down

0 comments on commit 5dc4cb5

Please sign in to comment.