mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
chore: Remove sponsor link from homepage (#9226)
This commit is contained in:
parent
bf100dcde1
commit
16706f7f49
2 changed files with 0 additions and 11 deletions
|
@ -33,15 +33,6 @@ function HomepageHeader() {
|
||||||
>
|
>
|
||||||
Demo portal
|
Demo portal
|
||||||
</Link>
|
</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>
|
</div>
|
||||||
<img src="/img/immich-screenshots.png" alt="screenshots" width={'70%'} />
|
<img src="/img/immich-screenshots.png" alt="screenshots" width={'70%'} />
|
||||||
<div className="flex flex-col sm:flex-row place-items-center place-content-center mt-4 gap-1">
|
<div className="flex flex-col sm:flex-row place-items-center place-content-center mt-4 gap-1">
|
||||||
|
|
|
@ -20,8 +20,6 @@ module.exports = {
|
||||||
'immich-dark-bg': 'black',
|
'immich-dark-bg': 'black',
|
||||||
'immich-dark-fg': '#e5e7eb',
|
'immich-dark-fg': '#e5e7eb',
|
||||||
'immich-dark-gray': '#212121',
|
'immich-dark-gray': '#212121',
|
||||||
|
|
||||||
'immich-sponsor': '#db61a2',
|
|
||||||
},
|
},
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
'immich-title': ['Snowburst One', 'cursive'],
|
'immich-title': ['Snowburst One', 'cursive'],
|
||||||
|
|
Loading…
Reference in a new issue