Skip to content

Commit 8ea2f9f

Browse files
chore: remove title and description from pages (#32)
1 parent 676ee28 commit 8ea2f9f

2 files changed

Lines changed: 0 additions & 15 deletions

File tree

src/pages/index.astro

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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>

src/pages/modules.astro

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)