Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
poolsar42 committed Jul 18, 2023
1 parent 59fc13a commit b345e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/console/app/routes/__layout/billing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ const RemoveEntitelmentModal = ({
>
{({ open }) => {
return (
<div className="">
<div>
<Listbox.Button
className="relative w-full cursor-default border
py-1.5 px-4 text-left shadow-sm sm:text-sm rounded-lg
Expand Down Expand Up @@ -1133,7 +1133,7 @@ export default () => {
</section>

<section className="mt-10">
<article className="">
<article>
<header className="flex flex-col lg:flex-row justify-between lg:items-center relative mb-6">
<Text size="lg" weight="semibold" className="text-gray-900">
Invoices & Payments
Expand Down

0 comments on commit b345e43

Please sign in to comment.