Skip to content

Commit

Permalink
Merge pull request #32 from sanriodev/dev
Browse files Browse the repository at this point in the history
small bugs fix
  • Loading branch information
sanriodev authored Sep 23, 2024
2 parents 61c5fc6 + 4030130 commit 4dabb9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/portfolio/blog-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function BlogSection() {
</Typography>
</div>

<div className='mt-10 grid grid-cols-1 gap-10 lg:grid-cols-2'>
<div className='mt-10 grid grid-cols-1 gap-10 lg:grid-cols-3'>
{blogPosts.map(({ img, title, desc, blogId }) => (
<BlogContentCard
key={title}
Expand Down
4 changes: 2 additions & 2 deletions src/components/blogs/blog3.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export const Blog3 = (
>
I am bringing my future blogs onto their own domain. I used hugo to create
my blog site in a cool github-profile theme. &nbsp;I am excited to share
my thoughts and experiences with you all over at{' '}
<Link href={'https://blog.blvckleg.dev'}></Link>
my thoughts and experiences with you all over at &nbsp;
<Link href={'https://blog.blvckleg.dev'}>my blogging site</Link>
</Typography>
</div>
);

0 comments on commit 4dabb9a

Please sign in to comment.