commit
4867863c3b
3 changed files with 4 additions and 1 deletions
|
|
@ -3,7 +3,8 @@
|
|||
|
||||
# FlowOS Next
|
||||
|
||||
[](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" />
|
||||
|
|
|
|||
|
|
@ -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
BIN
src/assets/badge.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
Loading…
Add table
Reference in a new issue