Skip to content

Commit

Permalink
docs: add sponsor link (immich-app#5597)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 authored Dec 10, 2023
1 parent b7b4483 commit 8e07b35
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ function HomepageHeader() {
>
Demo portal
</Link>

<a
href="https://github.com/sponsors/immich-app"
target="_blank"
rel="noreferrer"
className="flex place-items-center place-content-center py-3 px-8 border bg-immich-sponsor rounded-full no-underline hover:no-underline text-white dark:text-immich-dark-bg dark:bg-immich-sponsor hover:text-white font-bold uppercase"
>
Sponsor
</a>
</div>

<img src="/img/immich-screenshots.png" alt="screenshots" width={'85%'} />
Expand Down
2 changes: 2 additions & 0 deletions docs/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ module.exports = {
'immich-dark-bg': 'black',
'immich-dark-fg': '#e5e7eb',
'immich-dark-gray': '#212121',

'immich-sponsor': '#db61a2',
},
fontFamily: {
'immich-title': ['Snowburst One', 'cursive'],
Expand Down

0 comments on commit 8e07b35

Please sign in to comment.