add: loading to menu page
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
import LoadingOverlay from '@/components/overlays/LoadingOverlay'
|
||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
function Loading() {
|
||||||
|
return (
|
||||||
|
<LoadingOverlay />
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default Loading
|
||||||
@@ -211,7 +211,7 @@ const MenuIndex = () => {
|
|||||||
|
|
||||||
<section className="w-full">
|
<section className="w-full">
|
||||||
<div className="flex justify-between items-center">
|
<div className="flex justify-between items-center">
|
||||||
<span className="text-base font-semibold">
|
<span className="text-base font-medium">
|
||||||
{categories[selectedCategory]?.title}
|
{categories[selectedCategory]?.title}
|
||||||
</span>
|
</span>
|
||||||
<div className="inline-flex gap-2 justify-around items-center">
|
<div className="inline-flex gap-2 justify-around items-center">
|
||||||
|
|||||||
Reference in New Issue
Block a user