Skip to content

Commit eb7c2fb

Browse files
committed
lint
1 parent 7116245 commit eb7c2fb

File tree

4 files changed

+6
-15
lines changed

4 files changed

+6
-15
lines changed

website/src/components/Donate.astro

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ const { title } = Astro.props
33
44
import { Content as Sponsor } from '../content/donate/sponsor.md'
55
import { Content as Pro } from '../content/donate/pro.md'
6-
76
---
87

9-
10-
<Sponsor/>
8+
<Sponsor />
119
<a class="quick-start-button pink" href="https://github.com/sponsors/hyperknot">Sponsor</a>
12-
<Pro/>
10+
<Pro />

website/src/content/donate/pro.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
## Do you offer support and SLA guarantees?
22

33
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-

website/src/content/index/before_donate.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,3 @@ X: [@hyperknot](https://x.com/hyperknot) (for details) \
88
X: [@OpenFreeMapOrg](https://x.com/OpenFreeMapOrg) (for announcements)
99

1010
GitHub: [openfreemap](https://github.com/hyperknot/openfreemap) and [openfreemap-styles](https://github.com/hyperknot/openfreemap-styles)
11-
12-
13-
14-

website/src/styles/global.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,9 @@ hr {
127127
&.pink {
128128
background: linear-gradient(32deg, #0070a2, transparent) #ed36a7;
129129

130-
&:hover,
131-
&:focus {
132-
background-color: #dea31d;
133-
}
130+
&:hover,
131+
&:focus {
132+
background-color: #dea31d;
133+
}
134134
}
135135
}
136-
137-

0 commit comments

Comments
 (0)