jbilcke-hf's picture
jbilcke-hf HF staff
initial commit
d69879c
raw
history blame
284 Bytes
export function Title() {
return (
<h2 className="bg-gradient-to-bl from-sky-500 to-sky-800 bg-clip-text text-5xl font-extrabold text-transparent leading-normal text-center"
style={{ textShadow: "rgb(176 229 255 / 61%) 0px 0px 2px" }}>
πŸ’¬ FacePoke
</h2>
)
}