We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a0f18 commit 183dd99Copy full SHA for 183dd99
src/components/sponsors.rs
@@ -19,7 +19,9 @@ pub fn Sponsors() -> impl IntoView {
19
</div>
20
<section class="bg-orange-400/30 dark:bg-gray-800/50">
21
<div class="container mx-auto py-20 px-8">
22
- <h2 class="text-3xl text-left mb-2">"Respaldados por"</h2>
+ <h2 class="text-3xl text-left mb-2" id="respaldados-por">
23
+ "Respaldados por"
24
+ </h2>
25
<h3 class="text-lg text-left mb-6">
26
"Estas son algunas organizaciones que apoyan nuestro trabajo."
27
</h3>
0 commit comments