Adding lemmyBB to apps. Fixes #125 (#132)

This commit is contained in:
Dessalines 2023-02-22 21:14:43 -05:00 committed by GitHub
parent 9aa26db28d
commit ff0262623e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"