mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
Update tag-list
This commit is contained in:
@@ -56,7 +56,7 @@ const TagList: React.FC<TagListProps> = ({ posts }) => {
|
|||||||
|
|
||||||
if (tagData.length === 0) {
|
if (tagData.length === 0) {
|
||||||
return (
|
return (
|
||||||
<div className="flex-1 w-full min-h-[16rem] flex items-center justify-center font-comic-code text-foreground opacity-60">
|
<div className="flex-1 w-full min-h-[16rem] flex items-center justify-center text-foreground opacity-60">
|
||||||
No tags available
|
No tags available
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
@@ -74,7 +74,7 @@ const TagList: React.FC<TagListProps> = ({ posts }) => {
|
|||||||
flex flex-col items-center justify-center
|
flex flex-col items-center justify-center
|
||||||
min-h-[5rem]
|
min-h-[5rem]
|
||||||
px-6 py-4 rounded-lg
|
px-6 py-4 rounded-lg
|
||||||
font-comic-code text-xl
|
text-xl
|
||||||
transition-all duration-300 ease-in-out
|
transition-all duration-300 ease-in-out
|
||||||
hover:scale-105
|
hover:scale-105
|
||||||
hover:bg-foreground/5
|
hover:bg-foreground/5
|
||||||
|
|||||||
Reference in New Issue
Block a user