mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-29 15:51:18 +00:00
Adding lemmyBB to apps. Fixes #125
This commit is contained in:
parent
712995ded7
commit
1c289cf884
4 changed files with 19 additions and 4 deletions
|
@ -1,4 +0,0 @@
|
||||||
module.exports = Object.assign(require("eslint-plugin-prettier"), {
|
|
||||||
arrowParens: "avoid",
|
|
||||||
semi: true,
|
|
||||||
});
|
|
4
.prettierrc.json
Normal file
4
.prettierrc.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"arrowParens": "avoid",
|
||||||
|
"semi": true
|
||||||
|
}
|
BIN
src/assets/images/lemmybb_2.webp
Normal file
BIN
src/assets/images/lemmybb_2.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
|
@ -87,6 +87,21 @@ export class Apps extends Component<any, any> {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="card col-6">
|
||||||
|
<AppDetails
|
||||||
|
name="lemmyBB"
|
||||||
|
description="A lemmy frontend based on phpBB."
|
||||||
|
link="https://github.com/LemmyNet/lemmyBB"
|
||||||
|
banner="/static/assets/images/lemmybb_2.webp"
|
||||||
|
links={[
|
||||||
|
{
|
||||||
|
link: "https://github.com/LemmyNet/lemmyBB",
|
||||||
|
icon: "github",
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="card col-6">
|
<div class="card col-6">
|
||||||
<AppDetails
|
<AppDetails
|
||||||
name="lemmy-lite"
|
name="lemmy-lite"
|
||||||
|
|
Loading…
Reference in a new issue