From 7695a067268f65da04bc0ecb2dddef207987d96c Mon Sep 17 00:00:00 2001 From: Dave Earley Date: Fri, 31 May 2024 11:27:31 -0700 Subject: [PATCH] Add link to hi.events --- src/components/layout/App/index.tsx | 10 ++++++++++ src/components/layout/App/styles.ts | 16 ++++++++++++++++ 2 files changed, 26 insertions(+) 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 && ( +
+ Sponsored by Hi.Events - + Open-source event ticketing +
+ )} + 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;