Skip to content

Commit 42b6d02

Browse files
Phosphorus-MFernando Pastorelli
authored and
Fernando Pastorelli
committed
feat: add a id in the section of Sponsors
1 parent f9a0f18 commit 42b6d02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/sponsors.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ pub fn Sponsors() -> impl IntoView {
1919
</div>
2020
<section class="bg-orange-400/30 dark:bg-gray-800/50">
2121
<div class="container mx-auto py-20 px-8">
22-
<h2 class="text-3xl text-left mb-2">"Respaldados por"</h2>
22+
<h2 class="text-3xl text-left mb-2" id="respaldados-por">
23+
"Respaldados por"
24+
</h2>
2325
<h3 class="text-lg text-left mb-6">
2426
"Estas son algunas organizaciones que apoyan nuestro trabajo."
2527
</h3>

0 commit comments

Comments
 (0)