diff --git a/components/Logo.tsx b/components/Logo.tsx index 1370f57..4756efa 100644 --- a/components/Logo.tsx +++ b/components/Logo.tsx @@ -4,7 +4,7 @@ export const Logo = () => { xmlns="http://www.w3.org/2000/svg" id="svg166" version="1.1" - className="fill-action group-hover:fill-primary dark:group-hover:fill-secondar transition-all ease-in duration-100 flex-no-shrink xl:w-12 xl:h-12 w-8 h-8" + className="fill-action group-hover:fill-primary dark:group-hover:fill-secondary transition-all ease-in duration-100 flex-no-shrink xl:w-12 xl:h-12 w-8 h-8" viewBox="0 0 100 100" > diff --git a/pages/blog/index.tsx b/pages/blog/index.tsx index 9e60d7d..e2b6b6b 100644 --- a/pages/blog/index.tsx +++ b/pages/blog/index.tsx @@ -13,7 +13,7 @@ const BlogCard = ({ slug: string; }) => { return ( -
+
{formatDate(blog.date)}
@@ -33,8 +33,10 @@ const BlogCard = ({ const Blog = ({ posts }: { posts: Post[] }) => { return ( -

Blog

-
+

+ Blog +

+
{posts.map((post, index) => ( { return ( -
+
{formatDate(project.date)} @@ -42,8 +42,10 @@ const ProjectCard = ({ const Projects = ({ posts }: { posts: Post[] }) => { return ( -

Projects

-
+

+ Projects +

+
{posts.map((post, index) => (