fix(ui): add rounded corners to NeoFetch component for improved aesthetics

This commit is contained in:
암냥 2025-10-26 20:40:13 +09:00
commit 07f65bd76d
No known key found for this signature in database

View file

@ -8,7 +8,7 @@ export default function NeoFetch() {
const wakaTimeData = useWakaTimeData();
return (
<div className="w-full bg-[#191017] text-[#fcf8f9] font-[Google Sans Code]">
<div className="w-full bg-[#191017] text-[#fcf8f9] font-[Google Sans Code] rounded-b-4xl">
<div className="flex flex-col md:flex-row">
<iframe
src="/art.html"