mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-27 03:58:38 +00:00
🍭 ui: change pricing page card view p-4 to px-4
This commit is contained in:
@@ -215,7 +215,7 @@ const PricingCardView = ({
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="p-4">
|
||||
<div className="px-4">
|
||||
<div className="grid grid-cols-1 xl:grid-cols-2 2xl:grid-cols-3 gap-4">
|
||||
{paginatedModels.map((model, index) => {
|
||||
const modelKey = getModelKey(model);
|
||||
|
||||
Reference in New Issue
Block a user