Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Sep 24, 2024
1 parent 7116245 commit eb7c2fb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
6 changes: 2 additions & 4 deletions website/src/components/Donate.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ const { title } = Astro.props
import { Content as Sponsor } from '../content/donate/sponsor.md'
import { Content as Pro } from '../content/donate/pro.md'
---


<Sponsor/>
<Sponsor />
<a class="quick-start-button pink" href="https://github.com/sponsors/hyperknot">Sponsor</a>
<Pro/>
<Pro />
1 change: 0 additions & 1 deletion website/src/content/donate/pro.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
## Do you offer support and SLA guarantees?

I'm considering launching paid support plans - where I personally help you migrate to OpenFreeMap - and maybe a Pro plan with SLA guarantees. If you're interested, please write me an [email](mailto:[email protected]).

4 changes: 0 additions & 4 deletions website/src/content/index/before_donate.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ X: [@hyperknot](https://x.com/hyperknot) (for details) \
X: [@OpenFreeMapOrg](https://x.com/OpenFreeMapOrg) (for announcements)

GitHub: [openfreemap](https://github.com/hyperknot/openfreemap) and [openfreemap-styles](https://github.com/hyperknot/openfreemap-styles)




10 changes: 4 additions & 6 deletions website/src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,9 @@ hr {
&.pink {
background: linear-gradient(32deg, #0070a2, transparent) #ed36a7;

&:hover,
&:focus {
background-color: #dea31d;
}
&:hover,
&:focus {
background-color: #dea31d;
}
}
}


0 comments on commit eb7c2fb

Please sign in to comment.