Skip to content

Commit

Permalink
test hero2 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-teufel authored Apr 25, 2024
1 parent 3e4a677 commit a9eef92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import Layout from '~/layouts/PageLayout.astro';
import Hero from '~/components/widgets/Hero.astro';
import Hero2 from '~/components/widgets/Hero2.astro';
import Note from '~/components/widgets/Note.astro';
import Features from '~/components/widgets/Features.astro';
import Features2 from '~/components/widgets/Features2.astro';
Expand Down Expand Up @@ -57,7 +58,7 @@ const metadata = {
</Fragment>-->

<Fragment slot="title">
<span class="hidden xl:inline bg-gray-800">
<span class="hidden xl:inline">
<span class="font-semibold"></span> A Synthetic Multi-Modal Dataset for Collective Perception Including Physical-Correct Weather Conditions
</span
>
Expand Down

0 comments on commit a9eef92

Please sign in to comment.