Skip to content

Commit

Permalink
op
Browse files Browse the repository at this point in the history
  • Loading branch information
SH20RAJ authored Mar 24, 2024
1 parent 5e82f6c commit 1a6d555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[slug]/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function ArticlesPage({ params }) {
return (
<>
<Nav />
<title>{ "DevArt - Programming Related Articles - "+ params.slug}</title>
<title>{params.slug + " - DevArt "}</title>
<main className="postscontainer">
<h2>Latest Posts from {params.slug}</h2>
<section class="text-gray-600 body-font">
Expand Down

0 comments on commit 1a6d555

Please sign in to comment.