diff --git a/src/components/Timeline.tsx b/src/components/Timeline.tsx index 121a531..fb4090f 100644 --- a/src/components/Timeline.tsx +++ b/src/components/Timeline.tsx @@ -121,7 +121,7 @@ const Timeline = () => { return (
-
+

{t('updates.title')} @@ -137,11 +137,13 @@ const Timeline = () => {

- +
+ +
diff --git a/src/components/ui/TagFilter.tsx b/src/components/ui/TagFilter.tsx index f1995f2..f7b8ecd 100644 --- a/src/components/ui/TagFilter.tsx +++ b/src/components/ui/TagFilter.tsx @@ -59,26 +59,26 @@ const TagFilter: React.FC = ({ return (
-
+
{selectedTags.length > 0 && ( -
+
{selectedTags.map(tag => ( {t(`updates.tags.${tag}`)} ))} @@ -86,13 +86,13 @@ const TagFilter: React.FC = ({ )}