Adding lemmyBB to apps. Fixes #125

This commit is contained in:
Dessalines 2023-02-22 09:26:06 -05:00
parent 712995ded7
commit 1c289cf884
4 changed files with 19 additions and 4 deletions

View file

@ -1,4 +0,0 @@
module.exports = Object.assign(require("eslint-plugin-prettier"), {
arrowParens: "avoid",
semi: true,
});

4
.prettierrc.json Normal file
View file

@ -0,0 +1,4 @@
{
"arrowParens": "avoid",
"semi": true
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -87,6 +87,21 @@ export class Apps extends Component<any, any> {
/>
</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">
<AppDetails
name="lemmy-lite"