diff --git a/src/components/Banner.tsx b/src/components/Banner.tsx index b060f32d..6ae42959 100644 --- a/src/components/Banner.tsx +++ b/src/components/Banner.tsx @@ -9,9 +9,17 @@ interface BannerProps { function Banner({ image, alt, title, description }: BannerProps) { return ( -
- {alt} -
+
+
+ {alt} +
+

{title}

{description}

diff --git a/src/components/sidebar/Sidebar.tsx b/src/components/sidebar/Sidebar.tsx index 7545f449..3a499787 100644 --- a/src/components/sidebar/Sidebar.tsx +++ b/src/components/sidebar/Sidebar.tsx @@ -122,7 +122,7 @@ export default function Sidebar() {