fix(ui): add rounded corners to NeoFetch component for improved aesthetics
This commit is contained in:
parent
10bf4378b6
commit
07f65bd76d
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue