File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
src/content/docs/es/features Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -5,21 +5,19 @@ i18nReady: true
55
66import FeaturesList from ' @components/list/Features.astro' ;
77import CommunityList from ' @components/list/Community.astro' ;
8+ import Search from ' @components/CardGridSearch.astro' ;
89
910Tauri viene con el objetivo de ser extensible. En esta página encontrarás:
1011
1112- ** [ Características] ( #características ) ** : Características y funcionalidades incorporadas en Tauri
1213- ** [ Recursos de la Comunidad] ( #recursos-de-la-comunidad ) ** : Más plugins y fórmulas creadas por la comunidad de Tauri
1314
14- { /* TODO: Search bar component that syncs/filters across this whole list */ }
15-
16- ## Características
17-
18- <FeaturesList />
19-
20- ## Recursos de la comunidad
21-
22- <CommunityList />
15+ <Search >
16+ ## Características
17+ <FeaturesList />
18+ ## Recursos de la comunidad
19+ <CommunityList />
20+ </Search >
2321
2422:::tip[ ¿Tienes algo genial que compartir?]
2523
You can’t perform that action at this time.
0 commit comments