Skip to content

Commit c80b087

Browse files
committed
style: fix linting issues
1 parent cd7d0e5 commit c80b087

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88

99
A nimble Mastodon web client, based on [elk](https://github.com/elk-zone/elk) and customized for [bumscode.com](https://bumscode.com).
1010

11-
1211
<br/>
1312

14-
1513
<p align="center">
1614
<a href="https://elk.bumscode.com/" target="_blank" rel="noopener noreferrer" >
1715
<img src="./public/elk-og.png" alt="Elk screenshots" width="600" height="auto">
@@ -45,7 +43,6 @@ Or you can sponsor their core team members individually:
4543

4644
We would also appreciate sponsoring other contributors to the Elk project. If someone helps you solve an issue or implement a feature you wanted, supporting them would help make this project and OS more sustainable.
4745

48-
4946
## 🚀 Contributing
5047

5148
Feel free to open PRs on this repo if you want to contribute to crab!
@@ -97,7 +94,7 @@ You can consult the [PWA documentation](https://docs.elk.zone/pwa) to learn more
9794

9895
## 👨‍💻 Contributors
9996
<a href="https://github.com/maybeanerd/crab/graphs/contributors">
100-
<img src="https://contrib.rocks/image?repo=maybeanerd/crab" />
97+
<img src="https://contrib.rocks/image?repo=maybeanerd/crab" />
10198
</a>
10299

103100
## 📄 License

composables/about.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ export const crabTeamMembers: Team[] = [
4949
github: 'tiborpilz',
5050
display: 'Tibor',
5151
mastodon: '[email protected]',
52-
}, {
52+
},
53+
{
5354
github: 'lostdesign',
5455
display: 'André',
5556
mastodon: '[email protected]',

0 commit comments

Comments
 (0)