+
{
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)}