Skip to content

Commit

Permalink
#2 - removed span
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofrewak committed Sep 14, 2023
1 parent a13829e commit 42cb22b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/js/Pages/Public/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ defineProps({
<article v-for="section in sections" :key="section.title" class="flex max-w-xl flex-col items-start justify-between">
<div class="group relative">
<h3 class="mt-3 text-lg font-semibold leading-6 text-gray-900 group-hover:text-gray-600">
<span class="absolute inset-0" />
{{ section.header }}
</h3>
<p v-for="(paragraph, i) in section.paragraphs" :key="i" class="mt-5 text-sm leading-6 text-gray-600">
Expand Down

0 comments on commit 42cb22b

Please sign in to comment.