[🍱] Added badge

This commit is contained in:
ThinLiquid 2023-10-22 19:38:55 +01:00
parent 8691889234
commit d5b3a3def8
No known key found for this signature in database
GPG key ID: D5085759953E6CAA
3 changed files with 4 additions and 1 deletions

View file

@ -3,7 +3,8 @@
# FlowOS Next
[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)
<img src="https://cdn.rawgit.com/standard/standard/master/badge.svg" height="50">
<img src="./src/assets/badge.png" height="50">
<img src="https://img.shields.io/github/stars/flow-works/flowos-2.0?style=for-the-badge" />
<img src="https://img.shields.io/github/issues-pr/flow-works/flowos-2.0?style=for-the-badge" />

View file

@ -1,4 +1,5 @@
import icon from '../assets/icons/info.png'
import badge from '../assets/badge.png'
import { App, PackageJSON } from '../types.ts'
import { FlowWindow } from '../wm.ts'
@ -34,6 +35,7 @@ export default class SettingsApp implements App {
<p style="margin:0;">v${packageJSON.version}</p>
<br/>
<p>Created by ThinLiquid, 1nspird_, proudparot2, systemless_</p>
<img src="${badge}" height="50"><br/>
<a class="discord" href="https://discord.gg/flowos">Discord</a>
-
<a class="github" href="https://github.com/Flow-Works/FlowOS-2.0">Github</a>

BIN
src/assets/badge.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB