📝 priettier check
All checks were successful
PR Checks / lint-and-build (pull_request) Successful in 18s
All checks were successful
PR Checks / lint-and-build (pull_request) Successful in 18s
This commit is contained in:
@@ -28,7 +28,7 @@ export function TagCloud({ tags }: TagCloudProps) {
|
||||
hover:text-cyan-400
|
||||
transition-colors
|
||||
`}
|
||||
title={t('postsWithTag', {count: tag.count, tag: tag.name})}
|
||||
title={t('postsWithTag', { count: tag.count, tag: tag.name })}
|
||||
>
|
||||
#{tag.name}
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user