11---
2- import Layout from " ../../layouts/Layout.astro" ;
3- import Header from " ../../components/Header" ;
4- import MainWrapper from " ../../layouts/MainWrapper.astro" ;
5- import Aside from " ../../components/Aside.astro" ;
6- import Content from " ../../layouts/Content.astro" ;
2+ import Layout from ' ../../layouts/Layout.astro' ;
3+ import Header from ' ../../components/Header.astro ' ;
4+ import MainWrapper from ' ../../layouts/MainWrapper.astro' ;
5+ import Aside from ' ../../components/Aside.astro' ;
6+ import Content from ' ../../layouts/Content.astro' ;
77import NavButton from ' ../../components/NavButton.astro' ;
8- import Footer from " ../../components/Footer" ;
8+ import Footer from ' ../../components/Footer' ;
99---
1010
11- <Layout title =" Contributing: Issues and Bugs | Fluffle" >
11+ <Layout title =" Contributing: Support the project | Fluffle" >
1212 <Header />
1313
1414 <MainWrapper >
@@ -17,25 +17,31 @@ import Footer from "../../components/Footer";
1717 <main >
1818 <Content title =" Support the project" >
1919 <p >
20- Fluffle is an open-source project and is maintained in free time.
21- If you find it useful, you can support its development below.
20+ Fluffle is an open-source project and is maintained in free time. If you find it useful,
21+ you can support its development below.
2222 </p >
2323
2424 <h3 >Ways to support</h3 >
2525
2626 <ul >
2727 <li >
28- ⭐ Star the repository on <a href =" https://github.com/bibliolabsofficial/react-native-fluffle" target =" _blank" rel =" noopener noreferrer" >GitHub</a >
28+ ⭐ Star the repository on <a
29+ href =" https://github.com/bibliolabsofficial/react-native-fluffle"
30+ target =" _blank"
31+ rel =" noopener noreferrer" >GitHub</a
32+ >
2933 </li >
3034
3135 <li >
32- 💖 Sponsor on <a href =' https://github.com/sponsors/filipe-2' target =" _blank" rel =" noopener noreferrer" >GitHub Sponsors</a >
36+ 💖 Sponsor on <a
37+ href =" https://github.com/sponsors/filipe-2"
38+ target =" _blank"
39+ rel =" noopener noreferrer" >GitHub Sponsors</a
40+ >
3341 </li >
3442 </ul >
3543
36- <p >
37- Every contribution helps keep the project maintained and improving.
38- </p >
44+ <p >Every contribution helps keep the project maintained and improving.</p >
3945
4046 <NavButton
4147 prev ={ { title: ' Contributing | Pull requests' , href: ' /contributing/pull-requests' }}
0 commit comments