This commit is contained in:
tuna2134
2025-05-06 03:26:45 +00:00
parent 6106ca138e
commit e7407d1ac4
2 changed files with 2 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ const Page: NextPage = async () => {
return (
<div>
<h1 className="text-center text-2xl font-bold"></h1>
<ul className="mt-8 grid grid-cols-1 sm:grid-cols-2 gap-4">
<ul className="mt-8 grid grid-cols-1 gap-4 sm:grid-cols-2">
{blogList.map((blog) => (
<li
key={blog.slug}

View File

@@ -10,13 +10,7 @@ const Header: React.FC = () => {
Home
</a>
<a
href="/about"
className="text-gray-700 hover:text-gray-900"
>
About
</a>
<a
href="/contact"
href="/blogs"
className="text-gray-700 hover:text-gray-900"
>
Blog