fix: change the text below the heading and heading in blog index page
This commit is contained in:
parent
dbe8d2ed44
commit
6f72cbba2a
1 changed files with 3 additions and 2 deletions
|
@ -44,10 +44,11 @@ const BlogPage = async () => {
|
|||
className="wrapper container py-24 md:py-28 gap-2 flex-center flex-col"
|
||||
>
|
||||
<h1 className="text-3xl md:text-5xl mb-3 pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
||||
SVR.JS Blog Post
|
||||
SVR.JS Blog
|
||||
</h1>
|
||||
<p className="text-muted-foreground flex-center mb-2">
|
||||
Stay updated with our latest blog posts by subscribing to our
|
||||
Our blog has web development, web server administration, and web
|
||||
application security tips.
|
||||
<Link href="/rss.xml" rel="alternate" type="application/rss+xml">
|
||||
<Button variant={"link"} className="mx-0 px-2">
|
||||
<Rss className="w-5 h-5 mr-1" /> RSS feed
|
||||
|
|
Loading…
Reference in a new issue