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