Change twemoji cdn (slower than better and 100% loaded)

This commit is contained in:
Phapoom Saksri 2024-08-27 22:11:57 +07:00
parent 7f8a59a344
commit 3a2e9c70ad

View file

@ -10,7 +10,7 @@ const About = () => {
<div className="border-t md:border-t-2"></div> <div className="border-t md:border-t-2"></div>
</div> </div>
<div className="p-4 text-balance max-w-md "> <div className="p-4 text-balance max-w-md ">
<Twemoji options={{ className: "twemoji w-4 h-4 inline-block" }}> <Twemoji options={{ className: "twemoji w-4 h-4 inline-block", base: 'https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/' }}>
Hey, I'm blueskychan_, a 14-year-old student at{" "} Hey, I'm blueskychan_, a 14-year-old student at{" "}
<Link <Link
className="border px-2.5 py-0.5 mr-1 rounded-lg hover:underline bg-blue-600/20 transition-colors hover:bg-blue-700 font-bold" className="border px-2.5 py-0.5 mr-1 rounded-lg hover:underline bg-blue-600/20 transition-colors hover:bg-blue-700 font-bold"