Skip to content

Commit

Permalink
refactor: after:content for new window symbol (denoland#556)
Browse files Browse the repository at this point in the history
This will probably help with SEO.
  • Loading branch information
iuioiua authored Sep 10, 2023
1 parent 9fd2b31 commit 0bf7255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ItemSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ export default function ItemSummary(props: ItemSummaryProps) {
{props.item.title}
</a>
<a
class="hover:underline text-gray-500"
class="hover:underline text-gray-500 after:content-['_↗']"
href={props.item.url}
target="_blank"
>
{new URL(props.item.url).host}
{new URL(props.item.url).host}
</a>
</p>
<UserPostedAt
Expand Down

0 comments on commit 0bf7255

Please sign in to comment.