Skip to content

Commit

Permalink
fix: remove navbar in /blog/latest page
Browse files Browse the repository at this point in the history
  • Loading branch information
Adufe-Obanijesu committed Jul 22, 2024
1 parent d90fcd9 commit 2c95575
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/routes/blog.latest/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { useEffect, useState } from "react";

import LatestArticle from "~/components/article/LatestArticle";
import Button from "~/components/customButton/customButton";
import Navbar from "~/components/static-navbar/static-navbar";
import { Article, fetchArticles } from "./api-call";

export default function ArticlesPage() {
Expand Down Expand Up @@ -48,7 +47,6 @@ export default function ArticlesPage() {

return (
<div className="">
<Navbar isUserAuthenticated={false} />
<div className="flex h-auto w-full flex-col gap-6 bg-background px-6 py-9 text-muted-foreground lg:items-center">
<h1 className="text-[28px] font-bold text-neutral-1">
Latest Articles
Expand Down

0 comments on commit 2c95575

Please sign in to comment.