We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ba36c commit fb0adb8Copy full SHA for fb0adb8
2 files changed
app/(protected)/borrows/page.tsx
@@ -130,7 +130,7 @@ export default async function Borrows({
130
]}
131
activeHref={`/borrows${status ? `?status=${status}` : ''}`}
132
/>
133
- <Badge className="ml-4 hidden md:block" variant="outline">
+ <Badge className="ml-4 hidden md:inline" variant="outline">
134
{res.meta.total}
135
</Badge>
136
</div>
app/(protected)/subscriptions/page.tsx
@@ -104,7 +104,7 @@ export default async function Subscriptions({
104
105
activeHref={`/subscriptions${status ? `?status=${status}` : ''}`}
106
107
+ <Badge className="ml-4 hidden md:inline-block" variant="outline">
108
109
110
0 commit comments