mirror of
https://github.com/blueskychan-dev/blueskychan.dev.git
synced 2025-07-07 15:21:04 +00:00
Change twemoji cdn (slower than better and 100% loaded)
This commit is contained in:
parent
1608d09d66
commit
915a2cb0fe
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ const About = () => {
|
|||
<div className="border-t md:border-t-2"></div>
|
||||
</div>
|
||||
<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{" "}
|
||||
<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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue