mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
lint
This commit is contained in:
@@ -3,10 +3,8 @@ const { title } = Astro.props
|
|||||||
|
|
||||||
import { Content as Sponsor } from '../content/donate/sponsor.md'
|
import { Content as Sponsor } from '../content/donate/sponsor.md'
|
||||||
import { Content as Pro } from '../content/donate/pro.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>
|
<a class="quick-start-button pink" href="https://github.com/sponsors/hyperknot">Sponsor</a>
|
||||||
<Pro/>
|
<Pro />
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
## Do you offer support and SLA guarantees?
|
## 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:zsolt@openfreemap.org).
|
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:zsolt@openfreemap.org).
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,3 @@ X: [@hyperknot](https://x.com/hyperknot) (for details) \
|
|||||||
X: [@OpenFreeMapOrg](https://x.com/OpenFreeMapOrg) (for announcements)
|
X: [@OpenFreeMapOrg](https://x.com/OpenFreeMapOrg) (for announcements)
|
||||||
|
|
||||||
GitHub: [openfreemap](https://github.com/hyperknot/openfreemap) and [openfreemap-styles](https://github.com/hyperknot/openfreemap-styles)
|
GitHub: [openfreemap](https://github.com/hyperknot/openfreemap) and [openfreemap-styles](https://github.com/hyperknot/openfreemap-styles)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -127,11 +127,9 @@ hr {
|
|||||||
&.pink {
|
&.pink {
|
||||||
background: linear-gradient(32deg, #0070a2, transparent) #ed36a7;
|
background: linear-gradient(32deg, #0070a2, transparent) #ed36a7;
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
background-color: #dea31d;
|
background-color: #dea31d;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user