Skip to content

Commit

Permalink
feat: add a id in the section of Sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Pastorelli committed Aug 8, 2024
1 parent f9a0f18 commit 183dd99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/sponsors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ pub fn Sponsors() -> impl IntoView {
</div>
<section class="bg-orange-400/30 dark:bg-gray-800/50">
<div class="container mx-auto py-20 px-8">
<h2 class="text-3xl text-left mb-2">"Respaldados por"</h2>
<h2 class="text-3xl text-left mb-2" id="respaldados-por">
"Respaldados por"
</h2>
<h3 class="text-lg text-left mb-6">
"Estas son algunas organizaciones que apoyan nuestro trabajo."
</h3>
Expand Down

0 comments on commit 183dd99

Please sign in to comment.