Merge pull request #32 from Flow-Works/thin-dev-branch

Thin-dev-branch
This commit is contained in:
ThinLiquid 2023-10-22 19:40:32 +01:00 committed by GitHub
commit 4867863c3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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