diff --git a/src/components/layout/SectionHeading.tsx b/src/components/layout/SectionHeading.tsx index a9d01cb7..66723e28 100644 --- a/src/components/layout/SectionHeading.tsx +++ b/src/components/layout/SectionHeading.tsx @@ -10,8 +10,8 @@ interface SectionHeadingProps { export function SectionHeading(props: SectionHeadingProps) { return ( -
-
+
+

{props.icon ? ( diff --git a/src/views/search/HomeView.tsx b/src/views/search/HomeView.tsx index 6d1b6795..ae2b9693 100644 --- a/src/views/search/HomeView.tsx +++ b/src/views/search/HomeView.tsx @@ -171,7 +171,7 @@ function NewDomainModal() { export function HomeView() { return ( -

+
diff --git a/src/views/search/SearchView.tsx b/src/views/search/SearchView.tsx index 4201d954..501c8a2f 100644 --- a/src/views/search/SearchView.tsx +++ b/src/views/search/SearchView.tsx @@ -22,7 +22,7 @@ export function SearchView() { return ( <> -
+
{t("global.name")}