Fixed centring of next and prev shop buttons
This commit is contained in:
parent
98d4018c85
commit
dfd0979547
@ -1,10 +1,10 @@
|
|||||||
"use client";
|
"use client";
|
||||||
import { Dispatch, SetStateAction, useCallback, useState } from "react";
|
import { Dispatch, SetStateAction, useCallback, useState } from 'react';
|
||||||
|
|
||||||
import Artifact from "@appTypes/Artifact";
|
import Artifact from '@appTypes/Artifact';
|
||||||
import { Currency } from "@appTypes/StoreModel";
|
import { Currency } from '@appTypes/StoreModel';
|
||||||
import Sidebar from "@components/Sidebar";
|
import Sidebar from '@components/Sidebar';
|
||||||
import { useStoreState } from "@hooks/store";
|
import { useStoreState } from '@hooks/store';
|
||||||
|
|
||||||
// Artifacts Data
|
// Artifacts Data
|
||||||
const artifacts: Artifact[] = [
|
const artifacts: Artifact[] = [
|
||||||
@ -255,7 +255,7 @@ export default function Shop() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Pagination Footer */}
|
{/* 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
|
<button
|
||||||
onClick={handlePreviousPage}
|
onClick={handlePreviousPage}
|
||||||
disabled={currentPage === 1}
|
disabled={currentPage === 1}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user