(feat): abstract popular card
This commit is contained in:
parent
963260dd2a
commit
4e9bb74114
10
src/components/popular/index.tsx
Normal file
10
src/components/popular/index.tsx
Normal file
@ -0,0 +1,10 @@
|
||||
export function Popular() {
|
||||
return (
|
||||
<div id="middle" className="bg-gray-300 flex-[.8] rounded-xl flex flex-col max-h-[150px]">
|
||||
<div id="middle-main" className="font-bold p-2 bg-white flex-1 rounded-xl shadow-md">
|
||||
<h2>Popular</h2>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user