Fixed centring of next and prev shop buttons
This commit is contained in:
parent
98d4018c85
commit
dfd0979547
@ -1,10 +1,10 @@
|
||||
"use client";
|
||||
import { Dispatch, SetStateAction, useCallback, useState } from "react";
|
||||
import { Dispatch, SetStateAction, useCallback, useState } from 'react';
|
||||
|
||||
import Artifact from "@appTypes/Artifact";
|
||||
import { Currency } from "@appTypes/StoreModel";
|
||||
import Sidebar from "@components/Sidebar";
|
||||
import { useStoreState } from "@hooks/store";
|
||||
import Artifact from '@appTypes/Artifact';
|
||||
import { Currency } from '@appTypes/StoreModel';
|
||||
import Sidebar from '@components/Sidebar';
|
||||
import { useStoreState } from '@hooks/store';
|
||||
|
||||
// Artifacts Data
|
||||
const artifacts: Artifact[] = [
|
||||
@ -255,7 +255,7 @@ export default function Shop() {
|
||||
</div>
|
||||
|
||||
{/* Pagination Footer */}
|
||||
<footer className="bg-white border-t border-neutral-300 py-2 text-center w-full flex justify-center items-center mr-80">
|
||||
<footer className="bg-white border-t border-neutral-300 py-2 text-center flex justify-center items-center mr-[19rem]">
|
||||
<button
|
||||
onClick={handlePreviousPage}
|
||||
disabled={currentPage === 1}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user