Added logo
This commit is contained in:
@@ -43,6 +43,18 @@ Please consider [sponsoring](https://github.com/sponsors/frikky) the project if
|
||||
## Website
|
||||
https://shuffler.io
|
||||
|
||||
## Contributors
|
||||
**Shuffle**
|
||||
<a href="https://github.com/frikky/shuffle/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=frikky/shuffle" />
|
||||
</a>
|
||||

|
||||
|
||||
**Shuffle Apps**
|
||||
<a href="https://github.com/frikky/shuffle-apps/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=frikky/shuffle-apps" />
|
||||
</a>
|
||||
|
||||
## License
|
||||
All modular information related to Shuffle will be under MIT (anyone can use it for whatever purpose), with Shuffle itself using AGPLv3.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
NAME=shuffle-app_sdk
|
||||
VERSION=0.8.53
|
||||
VERSION=0.8.54
|
||||
|
||||
docker rmi docker.pkg.github.com/frikky/shuffle/$NAME:$VERSION --force
|
||||
docker build . -t frikky/shuffle:app_sdk -t frikky/$NAME:$VERSION -t docker.pkg.github.com/frikky/shuffle/$NAME:$VERSION -t ghcr.io/frikky/$NAME:$VERSION
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
@@ -1,4 +1,4 @@
|
||||
import React, { useEffect} from 'react';
|
||||
import React, { useState } from 'react';
|
||||
|
||||
import { makeStyles } from '@material-ui/styles';
|
||||
import {Link} from 'react-router-dom';
|
||||
|
||||
Reference in New Issue
Block a user