We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0476e1f commit af00185Copy full SHA for af00185
1 file changed
src/layouts/Layout.astro
@@ -38,10 +38,10 @@ const { title } = Astro.props;
38
<header>
39
<nav class="nav">
40
<a href="/astro-proyect/"><img src="/astro-proyect/images/logo_TB_horiz_negativo-01.png" alt="The_bridge" class="logo"></a>
41
- <form id="search-form">
+ <!--<form id="search-form">
42
<input type="text" id="search-input" placeholder="Buscar..." aria-label="Buscar" />
43
<button type="submit">Buscar</button>
44
- </form>
+ </form> -->
45
<div id="search-results"></div>
46
<ul class="navList">
47
<li class="navItem"><a href="/astro-proyect/fundamentals/">Fundamentals</a></li>
0 commit comments