Skip to content

Commit

Permalink
Merge branch 'preview'
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelfan committed Oct 30, 2024
2 parents d25f7c7 + b79b2b5 commit da62e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dataDisplay/postTag/PostTag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function PostTag(props: Props) {
return (
<Link
href={`/dashboard/search?query=%23${encodedTag}`}
className="bg-skin-tertiary px-3 py-1.5 rounded-lg text-sm text-skin-secondary font-medium hover:text-skin-base break-all"
className="bg-skin-base border border-skin-base px-3 py-1.5 rounded-lg text-sm text-skin-secondary font-medium hover:text-skin-base break-all"
onClick={(e) => e.stopPropagation()}
>
#{tag}
Expand Down

0 comments on commit da62e90

Please sign in to comment.