diff --git a/src/components/layout/App/index.tsx b/src/components/layout/App/index.tsx
index 0cc0ffe..58870c8 100644
--- a/src/components/layout/App/index.tsx
+++ b/src/components/layout/App/index.tsx
@@ -70,6 +70,16 @@ export const App = view(() => {
Find this app useful? Please Share 👉
)}
+
+ {!showSharePrompt && (
+
+ )}
+
diff --git a/src/components/layout/App/styles.ts b/src/components/layout/App/styles.ts
index d898b79..3885b50 100644
--- a/src/components/layout/App/styles.ts
+++ b/src/components/layout/App/styles.ts
@@ -27,6 +27,22 @@ export const styles = () => {
}
}
+ .hi-events {
+ font-size: 0.9em;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+
+ a {
+ color: #ffffff;
+ text-decoration: none;
+ font-weight: 500;
+ margin-left: 5px;
+ font-family: 'Roboto', sans-serif;
+ display: flex;
+ }
+ }
+
.share-this {
display: flex;
color: #ffffff;