The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix landing height and add dashboard link

Luna dacfb56b bee767aa

+10 -3
+9 -2
app/(home)/page.tsx
··· 3 3 import Image from "next/image"; 4 4 import Link from "next/link"; 5 5 import { BsDiscord, BsYoutube } from "react-icons/bs"; 6 - import { HiArrowRight, HiCash, HiChevronRight, HiFire, HiInformationCircle, HiLockOpen, HiUserAdd } from "react-icons/hi"; 6 + import { HiArrowNarrowRight, HiArrowRight, HiCash, HiChevronRight, HiFire, HiInformationCircle, HiLockOpen, HiUserAdd } from "react-icons/hi"; 7 7 8 8 import Box from "@/components/box"; 9 9 import { StatsBar } from "@/components/counter"; ··· 92 92 return ( 93 93 <div className="flex items-center flex-col w-full"> 94 94 95 - <div className="flex w-full items-center gap-8 mb-16 md:mb-12 min-h-96 h-[calc(100svh-16rem)] md:h-[calc(100svh-20rem)]"> 95 + <div className="flex w-full items-center gap-8 mb-16 md:mb-12 min-h-[500px] h-[calc(100svh-16rem)] md:h-[calc(100svh-20rem)]"> 96 96 <div className="md:min-w-96 w-full md:w-2/3 xl:w-1/2 flex flex-col space-y-6"> 97 97 98 98 <Chip ··· 131 131 </AvatarGroup> 132 132 133 133 <div className="space-y-4"> 134 + <Link 135 + className="flex gap-1 items-center text-violet-400 hover:underline" 136 + href={getCanonicalUrl("dashboard", "?utm_source=wamellow.com&utm_medium=home")} 137 + > 138 + Go to Dashboard <HiArrowNarrowRight /> 139 + </Link> 140 + 134 141 <div className="flex gap-2 lg:mt-0"> 135 142 <ServerButton 136 143 as={Link}
+1 -1
app/globals.css
··· 20 20 } 21 21 22 22 div[id="bg"] { 23 - background-image: linear-gradient(175deg, rgb(33, 21, 63, 0.8) 0%, var(--background-rgb) 65%); 23 + background-image: linear-gradient(175deg, rgb(33, 21, 63) 0%, var(--background-rgb) 75%); 24 24 } 25 25 26 26 @keyframes ScaleBlink {