Skip to content
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
fix: welpages html id
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet committed Feb 13, 2024
1 parent 1be2415 commit ef35e60
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
<div class="flex flex-col lg:flex-row gap-7.5 xl:gap-17.5">
<div class="lg:w-[70%]">
<div class="animate_top rounded-md shadow-solid-13 bg-white dark:bg-blacksection border border-stroke dark:border-strokedark p-7.5 md:p-10">
<h2 class="font-medium text-3xl 2xl:text-title-lg text-black dark:text-white mt-11 mb-5">${item.title}</h2>
<h2 id="webpages_title"
class="font-medium text-3xl 2xl:text-title-lg text-black dark:text-white mt-11 mb-5">
${item.title}
</h2>

<p>
${item.content}
Expand Down

0 comments on commit ef35e60

Please sign in to comment.