diff --git a/src/components/domains/index.module.sass b/src/components/domains/index.module.sass index b7c69f218..30e882e91 100644 --- a/src/components/domains/index.module.sass +++ b/src/components/domains/index.module.sass @@ -131,7 +131,7 @@ $font_size: 1.1rem .ModalDomainTitle margin-bottom: $space_huge font-size: $font_big - line-height: 28.64px + line-height: 34.64px font-weight: 600 .MenuModalDomainTitle diff --git a/src/components/domains/index.tsx b/src/components/domains/index.tsx index 760ad1e9b..a09000279 100644 --- a/src/components/domains/index.tsx +++ b/src/components/domains/index.tsx @@ -45,6 +45,7 @@ const DomainMarketSection = ({ promoCode }: DomainServerProps) => { } const [activeTab, setActiveTab] = useState(getTabKey('register')) + useEffect(() => { const hash = window.location.hash.substring(1) if ((tabs as unknown as string[]).includes(hash)) setActiveTab(hash as TabKey)