File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,14 +35,6 @@ const canonicalUrl = 'https://asimov.directory/';
3535
3636 <div class =" bg-gGray-100 min-h-screen" >
3737 <div class =" container mx-auto px-4 py-8" >
38- <div class =" mb-8" >
39- <h1 class =" text-sSlate-800 mb-4 text-4xl font-bold" >ASIMOV Data Sources</h1 >
40- <p class =" text-gGray-500 max-w-2xl text-lg" >
41- Discover and explore available data sources from the ASIMOV ecosystem. Find endpoints,
42- formats, and modules for seamless data integration.
43- </p >
44- </div >
45-
4638 <SourcesApp client:load />
4739 </div >
4840 </div >
Original file line number Diff line number Diff line change @@ -40,13 +40,6 @@ const canonicalUrl = 'https://asimov.directory/modules';
4040
4141 <div class =" bg-gGray-100 min-h-screen" id =" modules-page" >
4242 <div class =" container mx-auto px-4 py-8" >
43- <div class =" mb-8" >
44- <h1 class =" text-sSlate-800 mb-4 text-4xl font-bold" >ASIMOV Modules</h1 >
45- <p class =" text-gGray-500 max-w-2xl text-lg" >
46- Discover and explore our collection of modules from the ASIMOV ecosystem
47- </p >
48- </div >
49-
5043 <ModulesApp client:load initialSort ={ initialSort } />
5144 </div >
5245 </div >
You can’t perform that action at this time.
0 commit comments