MCPcopy Create free account
hub / github.com/LearnPrompt/LearnPrompt / StatPoint

Function StatPoint

src/components/StatPoint.js:3–10  ·  view source on GitHub ↗
({header, subtitle})

Source from the content-addressed store, hash-verified

1import React from 'react'
2
3export default function StatPoint({header, subtitle}) {
4 return (
5 <div>
6 <div className='font-bold text-7xl tracking-tighter'>{header}</div>
7 <div className='text-dark/500 tracking-tighter font-medium mt-1 text-center md:text-left'>{subtitle}</div>
8 </div>
9 )
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected