MCPcopy Create free account
hub / github.com/TryCatchLearn/Overflow / Home

Function Home

webapp/src/app/page.tsx:3–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import {AcademicCapIcon} from "@heroicons/react/24/solid";
2
3export default function Home() {
4 return (
5 <div className='z-50 flex items-center h-[calc(100vh-160px)] justify-center bg-stone-200: dark:bg-neutral-900'>
6 <div className='flex flex-col justify-center items-center gap-5 text-5xl text-secondary font-bold '>
7 <AcademicCapIcon className='h-96 w-96'/>
8 <div>Welcome to overflow!</div>
9 </div>
10 </div>
11 );
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…