diff --git a/src/Components/Profile/OverlayProfile.tsx b/src/Components/Profile/OverlayProfile.tsx index fea7ad4a..ea299232 100644 --- a/src/Components/Profile/OverlayProfile.tsx +++ b/src/Components/Profile/OverlayProfile.tsx @@ -91,13 +91,13 @@ export function OverlayProfile() {
setActiveTab(1)} /> -
+
setActiveTab(2)} /> -
-
+
+
{ offers.length > 0 ? @@ -126,7 +126,7 @@ export function OverlayProfile() {
setActiveTab(3)} /> -
+
diff --git a/src/Components/Profile/TagsWidget.tsx b/src/Components/Profile/TagsWidget.tsx index d3a359a6..55a6992b 100644 --- a/src/Components/Profile/TagsWidget.tsx +++ b/src/Components/Profile/TagsWidget.tsx @@ -85,7 +85,7 @@ export const TagsWidget = ({placeholder, containerStyle, defaultTags, onUpdate})
-
#{decodeTag(tag.name)} +
{decodeTag(tag.name)}
))} diff --git a/src/Components/Templates/TagView.tsx b/src/Components/Templates/TagView.tsx index acb7a32e..b560b71d 100644 --- a/src/Components/Templates/TagView.tsx +++ b/src/Components/Templates/TagView.tsx @@ -8,7 +8,7 @@ export const TagView = ({tag, heighlight, onClick} : {tag: Tag, heighlight?: boo
-
#{decodeTag(tag.name)} +
{decodeTag(tag.name)}
)