diff --git a/public/RSS3.png b/public/RSS3.png new file mode 100644 index 00000000..796b09f7 Binary files /dev/null and b/public/RSS3.png differ diff --git a/public/screenshot1.png b/public/screenshot1.png new file mode 100644 index 00000000..56ec5168 Binary files /dev/null and b/public/screenshot1.png differ diff --git a/public/screenshot2.png b/public/screenshot2.png new file mode 100644 index 00000000..1ec41446 Binary files /dev/null and b/public/screenshot2.png differ diff --git a/public/screenshot3.png b/public/screenshot3.png new file mode 100644 index 00000000..1f91f021 Binary files /dev/null and b/public/screenshot3.png differ diff --git a/src/components/icons/LaughIcon.tsx b/src/components/icons/LaughIcon.tsx new file mode 100644 index 00000000..7298de81 --- /dev/null +++ b/src/components/icons/LaughIcon.tsx @@ -0,0 +1,21 @@ +import React from "react" + +export const LaughIcon: React.FC> = ( + props, +) => { + return ( + + + + ) +} diff --git a/src/components/icons/LoveIcon.tsx b/src/components/icons/LoveIcon.tsx new file mode 100644 index 00000000..99706ec9 --- /dev/null +++ b/src/components/icons/LoveIcon.tsx @@ -0,0 +1,22 @@ +import React from "react" + +export const LoveIcon: React.FC> = ( + props, +) => { + return ( + + + + ) +} diff --git a/src/components/main/MainLayout.tsx b/src/components/main/MainLayout.tsx index eae01b84..65b412ce 100644 --- a/src/components/main/MainLayout.tsx +++ b/src/components/main/MainLayout.tsx @@ -27,7 +27,7 @@ export function MainLayout({ description={APP_DESCRIPTION} />
-
+

{APP_NAME}

@@ -35,8 +35,8 @@ export function MainLayout({
{children} -