feat: Updates nav, icon, colors, background and homepage
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
---
|
||||
|
||||
import Icon from '@components/molecules/Icon.svelte';
|
||||
import ButtonGroup from '@components/homepage/ButtonGroup.astro';
|
||||
import Features from '@components/homepage/Features.astro';
|
||||
import SponsorSegment from '@components/homepage/SponsorSegment.astro';
|
||||
@@ -49,7 +48,7 @@ const links = [
|
||||
},
|
||||
{
|
||||
title: 'Deploy your Own',
|
||||
url: 'https://github.com/lissy93/web-check',
|
||||
url: '/self-hosted-setup',
|
||||
icon: 'rocket',
|
||||
isCta: false,
|
||||
},
|
||||
|
||||
@@ -77,7 +77,7 @@ const generateMeteor = (id: number, gridSizeX: number, gridSizeY: number) => {
|
||||
duration,
|
||||
tailVisible: true,
|
||||
animationStage: 'traveling',
|
||||
opacity: 1, // Initial opacity
|
||||
opacity: 1,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user