Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed May 16, 2024
1 parent d1e6195 commit 3780ae5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
6 changes: 0 additions & 6 deletions content/0.index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,6 @@ sections:
- src: /assets/integrations/netlify.svg
alt: Netlify
to: /deploy/netlify
- src: /assets/integrations/koyeb.svg
alt: Koyeb
to: /deploy/koyeb
- src: /assets/integrations/zeabur.svg
alt: zeabur
to: /deploy/zeabur
- src: /assets/integrations/tailwind.svg
alt: Tailwind CSS
to: /modules/tailwindcss
Expand Down
22 changes: 12 additions & 10 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ useSeoMeta({
</script>

<template>
<div v-if="page">
<div v-if="page" class="dark:bg-gray-900">
<ULandingHero
:ui="{ base: 'relative z-[1]' }"
class="dark:bg-gradient-to-b from-gray-950 to-gray-900"
Expand Down Expand Up @@ -87,15 +87,17 @@ useSeoMeta({
/>
</ULandingHero>

<ULandingLogos :title="page?.logos?.title" class="lg:pt-12 text-gray-500 dark:text-gray-400 dark:bg-gray-900">
<BrandsGithub class="hidden md:block h-7" />
<BrandsOpenai class="h-5 md:h-8" />
<BrandsNasa class="h-4 md:h-6" />
<BrandsGoogle class="h-5 md:h-8" />
<BrandsFedora class="h-4 md:h-7" />
<BrandsGitlab class="hidden sm:block h-4 md:h-7" />
<BrandsUpwork class="hidden md:block h-8" />
</ULandingLogos>
<UContainer>
<ULandingLogos :title="page?.logos?.title" class="lg:pt-12 text-gray-500 dark:text-gray-400 dark:bg-gray-900">
<BrandsGithub class="hidden md:block h-7" />
<BrandsOpenai class="h-5 md:h-8" />
<BrandsNasa class="h-4 md:h-6" />
<BrandsGoogle class="h-5 md:h-8" />
<BrandsFedora class="h-4 md:h-7" />
<BrandsGitlab class="hidden sm:block h-4 md:h-7" />
<BrandsUpwork class="hidden md:block h-8" />
</ULandingLogos>
</UContainer>

<!-- eslint-disable vue/no-deprecated-slot-attribute -->
<ULandingSection
Expand Down

0 comments on commit 3780ae5

Please sign in to comment.