Skip to content

Commit

Permalink
Merge pull request #16 from KokiSakano/fix/blog
Browse files Browse the repository at this point in the history
target blankはいらない
  • Loading branch information
k35o authored Jun 23, 2023
2 parents cf4207b + 96cb30f commit c3a9e97
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/app/blog/components/blog-card/blog-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ export const BlogCard = <T extends string>({
</div>
</a>
) : (
<Link
href={link as Route<T>}
target="_blank"
rel="noopener noreferrer"
>
<Link href={link as Route<T>}>
<div className="flex gap-6 p-4">
<div className="flex h-32 w-32 shrink-0 items-center justify-center rounded-md bg-gray-200 text-7xl">
{emotion}
Expand Down

1 comment on commit c3a9e97

@vercel
Copy link

@vercel vercel bot commented on c3a9e97 Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

k8o – ./

k8o.vercel.app
k8o-git-main-kokisakano.vercel.app
k8o-kokisakano.vercel.app

Please sign in to comment.