Skip to content

Commit

Permalink
Add link to hi.events
Browse files Browse the repository at this point in the history
  • Loading branch information
daveearley committed May 31, 2024
1 parent 93bd2c9 commit 7695a06
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/layout/App/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ export const App = view(() => {
Find this app useful? Please Share   👉
</div>
)}

{!showSharePrompt && (
<div className={'hi-events'}>
Sponsored by <a
title={'Sell event tickets online with Hi.Events'}
href="https://hi.events?utm_source=screenshot.rocks" target="_blank">Hi.Events -
Open-source event ticketing</a>
</div>
)}

<ShareButtons/>
</div>
</div>
Expand Down
16 changes: 16 additions & 0 deletions src/components/layout/App/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7695a06

Please sign in to comment.