Skip to content

Commit

Permalink
feature[www-kudos-community]: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
mankins committed Aug 27, 2023
1 parent caa1a01 commit cfede5b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions kudos-community/www/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@
import Nav from '$lib/components/Nav.svelte';
import Footer from '$lib/components/Footer.svelte';
import Scroller from '$lib/components/Scroller.svelte';
import { typewriter } from '$lib/utils/typewriter';
import { VisSingleContainer, VisDonut, VisTooltip } from '@unovis/svelte';
import { Donut } from '@unovis/ts';
import Pill from '$lib/components/Pill.svelte';
import { browser } from '$app/environment';
import { addToast } from '$lib/stores/toasts';
import HoneyPot from '$lib/components/HoneyPot.svelte';
Expand Down Expand Up @@ -440,15 +436,11 @@
class="isolate flex flex-col justify-center items-center bg-tertiary overflow-hidden h-screen"
>
<div class="max-w-7xl w-full h-full bg-primary flex flex-col justify-center items-center">
<div class="px-6 py-24 sm:px-6 sm:py-32 lg:px-8">
<div class="mx-auto max-w-2xl text-center">
<div class="px-6 py-24 sm:px-6 sm:py-32 lg:px-8 m-auto">
<div class="m-auto max-w-2xl text-center">
<h2 class="text-3xl font-bold tracking-tight leading-relaxed text-white sm:text-4xl">
Get more from your digital life.<br />Give Kudos.
</h2>
<p class="mx-auto mt-6 max-w-xl text-lg leading-8 text-primary/50">
Incididunt sint fugiat pariatur cupidatat consectetur sit cillum anim id veniam aliqua
proident excepteur commodo do ea.
</p>
<div class="mt-10 flex items-center justify-center gap-x-6">
<a
href="/create"
Expand Down

2 comments on commit cfede5b

@vercel
Copy link

@vercel vercel bot commented on cfede5b Aug 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on cfede5b Aug 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ident-agency-net-enola – ./ident-agency/packages/enola

ident-agency-net-enola-git-main-loremlabs.vercel.app
ident-agency-net-enola-loremlabs.vercel.app
ident-agency-net-enola.vercel.app

Please sign in to comment.