diff --git a/README.md b/README.md index 03dd8de..83e37a1 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Actually, the motivations for creating this app are as follows: - Signing up account. - Logging in using secret key. - Posting amazing moment in your life. -- Browsing recent news feeds by each Mortal. +- Browsing lastest news feeds posting by each Mortal. ## Next Plans diff --git a/app/home/page.tsx b/app/home/page.tsx index 339a8c9..aa51e5b 100644 --- a/app/home/page.tsx +++ b/app/home/page.tsx @@ -24,7 +24,7 @@ const HomePage = observer(() => { isIconOnly variant="light" aria-label="Explore" - className="absolute top-0 left-0" + className="absolute z-10 top-0 left-0" onClick={() => { news.showNewListModal(); }}