Skip to content

Commit

Permalink
feat: add id tag to title
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkflame72 authored Feb 24, 2024
1 parent 397fc26 commit 00950d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/widgets/Features2.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const {
{title && (
<h2
class="text-4xl md:text-5xl font-bold leading-tighter tracking-tighter mb-4 font-heading"
id={title}
set:html={title}
/>
)}
Expand Down

0 comments on commit 00950d9

Please sign in to comment.