Skip to content

Commit f71cd0c

Browse files
committed
Update CartContents.component.tsx
1 parent 79c4772 commit f71cd0c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/components/Cart/CartContents.component.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,11 @@ const CartContents = () => {
154154
<span>{cartTotal}</span>
155155
</div>
156156
{!isCheckoutPage && (
157-
<Link href="/kasse" passHref>
158-
<Button fullWidth>GÅ TIL KASSE</Button>
159-
</Link>
157+
<div className="flex justify-center mb-4">
158+
<Link href="/kasse" passHref>
159+
<Button fullWidth>GÅ TIL KASSE</Button>
160+
</Link>
161+
</div>
160162
)}
161163
</div>
162164
</>

0 commit comments

Comments
 (0)